Update .github/workflows/deploy-hello-world.yaml
Some checks failed
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s

This commit is contained in:
2023-07-19 11:47:05 +00:00
parent 1f1bdb8881
commit ff38202e47

View File

@@ -32,7 +32,7 @@ jobs:
if: github.ref_type == 'tag'
uses: docker/login-action@v2
with:
registry: ghcr.io
registry: https://git.nicktrimborn.de/
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}