ci: update login-action reference in workflow file
Some checks failed
Build Docker Image / build (pull_request) Failing after 3s
CI / eslint (pull_request) Has been cancelled
CI / prettier (pull_request) Has been cancelled
CI / Checkstyle Main (pull_request) Has been cancelled
CI / test-build (pull_request) Has been cancelled

This commit is contained in:
We ball 2025-02-19 10:24:36 +01:00
parent 0d67c0e305
commit f8db9221a6
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -23,7 +23,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to Docker.io Registry - name: Login to Docker.io Registry
uses: https://git.kjan.de/actions/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 uses: https://git.kjan.de/actions/login-action # v3
with: with:
registry: git.simonis.lol registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }} username: ${{ vars.DOCKER_USER }}