File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 73
73
containerfiles : |
74
74
./Containerfile
75
75
image : ghcr.io/sigstore/model-transparency-cli
76
- tags : latest
76
+ tags : " latest ${{ github.event.release.tag_name }} "
77
77
archs : amd64
78
78
oci : false
79
79
99
99
tags : ${{ steps.build_image.outputs.tags }}
100
100
registry : ghcr.io
101
101
102
+ - name : Generate artifact attestation
103
+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
104
+ with :
105
+ subject-name : ghcr.io/sigstore/model-transparency-cli
106
+ subject-digest : ${{ steps.push.outputs.digest }}
107
+ push-to-registry : true
108
+
102
109
# TODO: Create and publish release notes
103
110
# TODO: Generate SLSA provenance for the wheels
104
111
# TODO: Sign artifacts with sigstore and publish to release page
You can’t perform that action at this time.
0 commit comments