File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
--data-binary @${_filename} \
80
80
https://uploads.github.com/repos/${{ github.repository_owner }}/cardano-node-api/releases/${{ needs.create-draft-release.outputs.RELEASE_ID }}/assets?name=${_filename}
81
81
- name : Attest binary
82
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3 .0
82
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
83
83
with :
84
84
subject-path : ' cardano-node-api'
85
85
@@ -136,13 +136,13 @@ jobs:
136
136
tags : ${{ steps.meta.outputs.tags }}
137
137
labels : ${{ steps.meta.outputs.labels }}
138
138
- name : Attest Docker Hub image
139
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3 .0
139
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
140
140
with :
141
141
subject-name : index.docker.io/blinklabs/cardano-node-api
142
142
subject-digest : ${{ steps.push.outputs.digest }}
143
143
push-to-registry : true
144
144
- name : Attest GHCR image
145
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3 .0
145
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
146
146
with :
147
147
subject-name : ghcr.io/${{ github.repository }}
148
148
subject-digest : ${{ steps.push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments