File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ jobs:
92
92
env :
93
93
ARTIFACTS : ${{ steps.goreleaser.outputs.artifacts }}
94
94
- name : Publish Container Attestations
95
- uses : actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0.0
95
+ uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
96
96
with :
97
97
subject-name : ${{ steps.image_metadata.outputs.name }}
98
98
subject-digest : ${{ steps.image_metadata.outputs.digest }}
99
99
push-to-registry : true
100
100
- name : Publish Attestations
101
- uses : actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0.0
101
+ uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
102
102
with :
103
103
subject-path : |
104
104
dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments