Update .github/workflows/docker-image.yml
Some checks failed
build and deploy docs / build (push) Failing after 6s
Some checks failed
build and deploy docs / build (push) Failing after 6s
This commit is contained in:
parent
382b09cefb
commit
273e0d14d1
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Login to Gitea Container Registry
|
- name: Login to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ vars.REGISTRY_URL }}
|
registry: ${{ docker.dariusklein.nl }}
|
||||||
username: ${{ secrets.docker_username }}
|
username: ${{ secrets.docker_username }}
|
||||||
password: ${{ secrets.docker_password }}
|
password: ${{ secrets.docker_password }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user