This worked out pretty well ; gonna try to put the repo in an environment variable

This commit is contained in:
Goulven Bourveau 2025-04-12 13:51:52 +02:00
parent 4f3d4e406c
commit 3f6a906412

View file

@ -23,13 +23,13 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
images: ${{ env.REGISTRY }}/${{ github.repository }}
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ghcr.io
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-