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 ab02c6f commit c55a5b4Copy full SHA for c55a5b4
.github/workflows/python-publish.yml
@@ -107,7 +107,7 @@ jobs:
107
tags: ${{ env.IMAGE_NAME }}:${{ needs.tagpr.outputs.tag }}
108
109
- name: Generate artifact attestation
110
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
+ uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
111
with:
112
subject-name: index.docker.io/${{ env.IMAGE_NAME }}
113
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments