the CI did not try to push on ghcr.io but on docker.io ; trying to make the variable hardcoded

This commit is contained in:
Goulven Bourveau 2025-04-12 01:47:01 +02:00
parent 493197caeb
commit feba8a0a4a

View file

@ -29,7 +29,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PAT }}
-