diff --git a/.github/workflows/image-builder-template.yaml b/.github/workflows/image-builder-template.yaml index 10dec6518..4ca20dc61 100644 --- a/.github/workflows/image-builder-template.yaml +++ b/.github/workflows/image-builder-template.yaml @@ -24,7 +24,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 if: ${{ inputs.push }}