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