Update .github/workflows/deploy-hello-world.yaml
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s
Details
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s
Details
This commit is contained in:
parent
ff38202e47
commit
e278ff6544
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue