diff --git a/action.yml b/action.yml index b4aaa5c..373b914 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: uses: https://git.kjan.de/actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up Docker Buildx - uses: https://git.kjan.de/actions/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3 + 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 @@ -48,7 +48,7 @@ runs: ${{ runner.os }}-${{ inputs.name }}- - name: Build and push - uses: https://git.kjan.de/actions/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 + uses: https://git.kjan.de/actions/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 with: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max