I pointed a few things out to a LLM and this was proposed ; i don't really like to hardcode it but for testing purposes i'm gonna try

This commit is contained in:
Goulven Bourveau 2025-04-12 13:48:05 +02:00
parent dd64b4f8e7
commit 4f3d4e406c

View file

@ -23,7 +23,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ github.repository }}
images: ghcr.io/${{ github.repository }}
-
name: Login to DockerHub
if: github.event_name != 'pull_request'