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 735b99f commit 7d3f852Copy full SHA for 7d3f852
.github/workflows/docker-publish-to-github.yml
@@ -47,3 +47,10 @@ jobs:
47
push: true
48
tags: ${{ steps.meta.outputs.tags }}
49
labels: ${{ steps.meta.outputs.labels }}
50
+
51
+ - name: Generate artifact attestation
52
+ uses: actions/attest-build-provenance@v2
53
+ with:
54
+ subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
55
+ subject-digest: ${{ steps.push.outputs.digest }}
56
+ push-to-registry: true
0 commit comments