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 12:02:58 +00:00
parent c5bb6988f8
commit f8f02253ca

View File

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