From 6e693eb0deb7e5a2651fe966dc3f525b21261a72 Mon Sep 17 00:00:00 2001 From: Goulven Bourveau Date: Sat, 12 Apr 2025 13:27:27 +0200 Subject: [PATCH] Looking at the logs, it's due to the image which was hard codded --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d60c870..a13f335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: name/app + images: ${{ github.repository }} - name: Login to DockerHub if: github.event_name != 'pull_request'