diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c4b983d..adc5220 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -228,7 +228,7 @@ jobs: # Attestation (releases only) - name: Generate attestation if: github.event_name == 'release' - uses: actions/attest-build-provenance@46a583fd92dfbf46b772907a9740f888f4324bb9 # v3.1.0 + uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-digest: ${{ steps.build-release.outputs.digest }}