We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f09eb commit 690b4e6Copy full SHA for 690b4e6
.github/workflows/release.yml
@@ -54,6 +54,6 @@ jobs:
54
- name: Generate artifact attestation
55
uses: actions/attest-build-provenance@v1
56
with:
57
- subject-name: ${{ env.REGISTRY || "ghcr.io" }}/${{ env.IMAGE_NAME || github.repository}}
+ subject-name: ghcr.io/${{ github.repository}}
58
subject-digest: ${{ steps.push.outputs.digest }}
59
push-to-registry: true
0 commit comments