Update .github/workflows/deploy-hello-world.yaml
Some checks failed
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s
Some checks failed
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s
This commit is contained in:
4
.github/workflows/deploy-hello-world.yaml
vendored
4
.github/workflows/deploy-hello-world.yaml
vendored
@@ -33,8 +33,8 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: https://git.nicktrimborn.de/
|
registry: https://git.nicktrimborn.de/
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.ACTION_USER }}
|
||||||
password: ${{ secrets.GHCR_TOKEN }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user