Update .github/workflows/deploy-hello-world.yaml
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s
Details
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s
Details
This commit is contained in:
parent
1f1bdb8881
commit
ff38202e47
|
@ -32,7 +32,7 @@ jobs:
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: https://git.nicktrimborn.de/
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GHCR_TOKEN }}
|
password: ${{ secrets.GHCR_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue