Looking at the logs, it's due to the image which was hard codded

This commit is contained in:
Goulven Bourveau 2025-04-12 13:27:27 +02:00
parent feba8a0a4a
commit 6e693eb0de

View file

@ -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'