Update .github/workflows/docker-image.yml
Some checks failed
build and deploy docs / build (push) Failing after 26s
Some checks failed
build and deploy docs / build (push) Failing after 26s
This commit is contained in:
parent
9a8f7d4659
commit
382b09cefb
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ vars.REGISTRY_URL }}
|
registry: ${{ vars.REGISTRY_URL }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.docker_username }}
|
||||||
password: ${{ secrets.docker_password }}
|
password: ${{ secrets.docker_password }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
#- name: Docker login
|
#- name: Docker login
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user