From 2a01f47d7fbcaab209d459597ac7f65e3ee23942 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 25 Jun 2023 15:54:23 +0200 Subject: [PATCH] oups --- .gitea/workflows/dl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dl.yml b/.gitea/workflows/dl.yml index f7175af..6fc7d5e 100644 --- a/.gitea/workflows/dl.yml +++ b/.gitea/workflows/dl.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: https://github.com/docker/metadata-action@v4 with: - images: dl/xefir + images: xefir/dl - uses: https://github.com/docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }}