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