Skip to content

Commit cb1ac6c

Browse files
Change attestation subject
Change the subject to (hopefully) match GAR.
1 parent ff92168 commit cb1ac6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ghcr-image-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
171171
with:
172172
push-to-registry: true
173-
subject-name: ${{ format('{0}/{1}', env.REGISTRY, env.IMAGE_NAME) }}
173+
subject-name: ${{ steps.publish.outputs.image }}
174174
subject-digest: ${{ steps.publish.outputs.digest }}
175175

176176
- name: Install cosign

0 commit comments

Comments
 (0)