We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5f43a commit c67026dCopy full SHA for c67026d
.github/workflows/release-image.yaml
@@ -64,7 +64,7 @@ jobs:
64
sbom: false
65
- name: Generate artifact attestation
66
if: ${{ inputs.create-attestation }}
67
- uses: actions/attest-build-provenance@v2
+ uses: actions/attest-build-provenance@v3
68
with:
69
subject-name: ${{ env.IMAGE_REGISTRY }}/${{ inputs.image-name}}
70
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments