Skip to content

Commit 690b4e6

Browse files
Update release.yml
1 parent d2f09eb commit 690b4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: Generate artifact attestation
5555
uses: actions/attest-build-provenance@v1
5656
with:
57-
subject-name: ${{ env.REGISTRY || "ghcr.io" }}/${{ env.IMAGE_NAME || github.repository}}
57+
subject-name: ghcr.io/${{ github.repository}}
5858
subject-digest: ${{ steps.push.outputs.digest }}
5959
push-to-registry: true

0 commit comments

Comments
 (0)