Update .github/workflows/deploy-hello-world.yaml
Some checks failed
Deploy Hello World / deploy-docker-hello-world (push) Failing after 12s
Some checks failed
Deploy Hello World / deploy-docker-hello-world (push) Failing after 12s
This commit is contained in:
2
.github/workflows/deploy-hello-world.yaml
vendored
2
.github/workflows/deploy-hello-world.yaml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user