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 c79dfa4 commit 95d3c93Copy full SHA for 95d3c93
.github/workflows/build_image.yml
@@ -51,10 +51,10 @@ jobs:
51
labels: ${{ steps.meta.outputs.labels }}
52
53
# Generates artifact attestation for the image
54
- # - name: Generate artifact attestation
55
- # uses: actions/attest-build-provenance@v1
56
- # with:
57
- # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
58
- # subject-digest: ${{ steps.push.outputs.digest }}
59
- # push-to-registry: true
+ - name: Generate artifact attestation
+ uses: actions/attest-build-provenance@v1
+ with:
+ subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
+ subject-digest: ${{ steps.push.outputs.digest }}
+ push-to-registry: true
60
0 commit comments