We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25122ff commit fcf348aCopy full SHA for fcf348a
1 file changed
.github/workflows/publish.yml
@@ -88,7 +88,7 @@ jobs:
88
tags: ${{ env.IMAGE_NAME }}:${{ needs.tagpr.outputs.tag }}
89
90
- name: Generate artifact attestation
91
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
+ uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
92
with:
93
subject-name: index.docker.io/${{ env.IMAGE_NAME }}
94
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments