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 afccbe6 commit 2bda56eCopy full SHA for 2bda56e
.github/workflows/container-release.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "IMAGE_DIGEST=$image_digest" >> "$GITHUB_ENV"
66
67
- name: Generate artifact attestation
68
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
+ uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
69
with:
70
subject-name: ${{ env.IMAGE_NO_TAG }}
71
subject-digest: ${{ env.IMAGE_DIGEST }}
0 commit comments