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

This commit is contained in:
nick 2023-07-19 11:52:47 +00:00
parent ff38202e47
commit e278ff6544
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: https://git.nicktrimborn.de/
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
username: ${{ secrets.ACTION_USER }}
password: ${{ secrets.PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v3