Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
# index digest and stored as an OCI referrer alongside it (verifiable with
# `gh attestation verify oci://...`). Same mechanism as the binaries below.
- name: Attest image provenance
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
with:
subject-name: ghcr.io/rite-ly/rite
subject-digest: ${{ steps.image.outputs.digest }}
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
# raw build outputs) means each subject digest matches what a user downloads, so
# `gh attestation verify <file> --repo rite-ly/rite` succeeds on the artefact itself.
- name: Attest release artifacts
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
with:
subject-path: release/*

Expand Down