Skip to content

Commit 5d66e21

Browse files
ci(update-workflow): Switch to actions/attest (#542)
Signed-off-by: Tripura Repalle <tripura@blinklabs.io>
1 parent 932a1cb commit 5d66e21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
https://uploads.github.com/repos/${{ github.repository_owner }}/bluefin/releases/${{ needs.create-draft-release.outputs.RELEASE_ID }}/assets?name=${_filename}
192192
193193
- name: Attest binary
194-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 https://github.com/actions/attest-build-provenance/releases/tag/v4.1.0
194+
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 https://github.com/actions/attest/releases/tag/v4.1.0
195195
with:
196196
subject-path: 'bluefin'
197197

@@ -248,13 +248,13 @@ jobs:
248248
tags: ${{ steps.meta.outputs.tags }}
249249
labels: ${{ steps.meta.outputs.labels }}
250250
- name: Attest Docker Hub image
251-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 https://github.com/actions/attest-build-provenance/releases/tag/v4.1.0
251+
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 https://github.com/actions/attest/releases/tag/v4.1.0
252252
with:
253253
subject-name: index.docker.io/blinklabs/bluefin
254254
subject-digest: ${{ steps.push.outputs.digest }}
255255
push-to-registry: true
256256
- name: Attest GHCR image
257-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 https://github.com/actions/attest-build-provenance/releases/tag/v4.1.0
257+
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 https://github.com/actions/attest/releases/tag/v4.1.0
258258
with:
259259
subject-name: ghcr.io/${{ github.repository }}
260260
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)