ci: update Docker password variable in workflow file
All checks were successful
All checks were successful
This commit is contained in:
parent
ba776f0ec1
commit
9d8509731f
@ -27,7 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.simonis.lol
|
registry: git.simonis.lol
|
||||||
username: ${{ vars.DOCKER_USER }}
|
username: ${{ vars.DOCKER_USER }}
|
||||||
password: ${{ vars.DOCKER_PASS }}
|
password: ${{ vars.DOCKER_PW }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user