Skip to content

Commit ac84325

Browse files
committed
fixing attestation
1 parent 286615c commit ac84325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Generate artifact attestation
6868
uses: actions/attest-build-provenance@v2
6969
with:
70-
subject-name: ${{ env.REGISTRY }}/${{ inputs.image_name }}
70+
subject-name: ${{ env.REGISTRY }}/${{ env.GH_USERNAME }}/${{ inputs.image_name }}
7171
subject-digest: ${{ steps.push.outputs.digest }}
7272
push-to-registry: true
7373

0 commit comments

Comments
 (0)