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 856f2aa commit d8a9455Copy full SHA for d8a9455
.github/workflows/docker_auto_publish_on_release.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Generate artifact attestation
61
uses: actions/attest-build-provenance@v2
62
with:
63
- subject-name: codewithcj/sparkybudget
+ subject-name: ghcr.io/${{ github.repository }}
64
subject-digest: ${{ steps.build-and-push.outputs.digest }}
65
push-to-registry: true
66
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments