ci: update Docker password variable in workflow file
This commit is contained in:
parent
ba776f0ec1
commit
9d8509731f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
registry: git.simonis.lol
|
||||
username: ${{ vars.DOCKER_USER }}
|
||||
password: ${{ vars.DOCKER_PASS }}
|
||||
password: ${{ vars.DOCKER_PW }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
Reference in a new issue