We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1787f30 + 049d938 commit a53fd45Copy full SHA for a53fd45
1 file changed
.github/workflows/release-image.yaml
@@ -66,7 +66,7 @@ jobs:
66
sbom: false
67
- name: Generate artifact attestation
68
if: ${{ inputs.create-attestation }}
69
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
70
with:
71
subject-name: ${{ env.IMAGE_REGISTRY }}/${{ inputs.image-name}}
72
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments