From 416960ced34f5efcb84986e6c2a4ef6641831044 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 27 Mar 2025 13:31:37 +0000 Subject: [PATCH] chore(deps): update actions/login-action digest to 74a5d14 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b4aaa5c..e935f07 100644 --- a/action.yml +++ b/action.yml @@ -27,14 +27,14 @@ runs: uses: https://git.kjan.de/actions/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3 - 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: registry: git.kjan.de username: ${{ inputs.REGISTRY_USERNAME }} password: ${{ inputs.REGISTRY_TOKEN }} - 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: username: ${{ inputs.DOCKER_USERNAME }} password: ${{ inputs.DOCKER_PASSWORD }}