ci: update Docker password variable in workflow file
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m6s
CI / Checkstyle Main (pull_request) Successful in 55s
CI / eslint (pull_request) Successful in 25s
CI / prettier (pull_request) Successful in 21s
CI / test-build (pull_request) Successful in 41s

This commit is contained in:
We ball 2025-02-19 10:27:06 +01:00
parent ba776f0ec1
commit 9d8509731f
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -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