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 e5a40ab commit ad6d20fCopy full SHA for ad6d20f
.github/workflows/publishing-image-actions.yml
@@ -71,9 +71,9 @@ jobs:
71
tags: ${{ steps.meta.outputs.tags }}
72
labels: ${{ steps.meta.outputs.labels }}
73
74
- - name: Generate artifact attestation
75
- uses: actions/attest-build-provenance@v2
76
- with:
77
- subject-name: ${{ env.REGISTRY }}/${{ github.repository }}
78
- subject-digest: ${{ steps.push.outputs.digest }}
79
- push-to-registry: true
+# - name: Generate artifact attestation
+# uses: actions/attest-build-provenance@v2
+# with:
+# subject-name: ${{ env.REGISTRY }}/${{ github.repository }}
+# subject-digest: ${{ steps.push.outputs.digest }}
+# push-to-registry: true
0 commit comments