Update .github/workflows/deploy-hello-world.yaml
Deploy Hello World / deploy-docker-hello-world (push) Failing after 12s Details

This commit is contained in:
nick 2023-07-19 12:00:21 +00:00
parent 447e30175c
commit c5bb6988f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}