File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,12 @@ jobs:
86
86
id : image_metadata
87
87
env :
88
88
ARTIFACTS : ${{ steps.goreleaser.outputs.artifacts }}
89
- continue-on-error : true # Attestaions is in alpha stage
90
89
- name : Publish Container Attestations
91
90
uses : actions/attest-build-provenance@v1
92
91
with :
93
92
subject-name : ${{ steps.image_metadata.outputs.name }}
94
93
subject-digest : ${{ steps.image_metadata.outputs.digest }}
95
94
push-to-registry : true
96
- continue-on-error : true # Attestaions is in alpha stage
97
95
- name : Publish Attestations
98
96
uses : actions/attest-build-provenance@v1
99
97
with :
@@ -103,4 +101,3 @@ jobs:
103
101
dist/*_checksums.txt
104
102
dist/*.sig
105
103
dist/*.pem
106
- continue-on-error : true # Attestaions is in alpha stage
You can’t perform that action at this time.
0 commit comments