chore(deps): update https://git.kjan.de/actions/login-action digest to 74a5d14 #23

Open
Renovate wants to merge 1 commit from renovate/https-git.kjan.de-actions-login-action-digest into main

View file

@ -27,14 +27,14 @@ runs:
uses: https://git.kjan.de/actions/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3 uses: https://git.kjan.de/actions/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
- name: Login to local Docker Registry - name: Login to local Docker Registry
uses: https://git.kjan.de/actions/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 uses: https://git.kjan.de/actions/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
with: with:
registry: git.kjan.de registry: git.kjan.de
username: ${{ inputs.REGISTRY_USERNAME }} username: ${{ inputs.REGISTRY_USERNAME }}
password: ${{ inputs.REGISTRY_TOKEN }} password: ${{ inputs.REGISTRY_TOKEN }}
- 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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
with: with:
username: ${{ inputs.DOCKER_USERNAME }} username: ${{ inputs.DOCKER_USERNAME }}
password: ${{ inputs.DOCKER_PASSWORD }} password: ${{ inputs.DOCKER_PASSWORD }}