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:
parent
493197caeb
commit
feba8a0a4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in a new issue