diff --git a/action.yml b/action.yml index 9ec6a91..7b1794d 100644 --- a/action.yml +++ b/action.yml @@ -27,14 +27,14 @@ runs: uses: https://git.kjan.de/actions/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # 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@184bdaa0721073962dff0199f1fb9940f07167d1 # 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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 with: username: ${{ inputs.DOCKER_USERNAME }} password: ${{ inputs.DOCKER_PASSWORD }}