This commit is contained in:
Justin (shocknet) 2024-05-19 22:11:25 -04:00
parent 03154746a9
commit ff2247b530

View file

@ -48,7 +48,6 @@ jobs:
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v1
with: with:
subject-path: ${{ github.workspace }} subject-path: ${{ github.workspace }}
subject-digest: ${{ steps.build-and-push.outputs.digest }}
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
push-to-registry: true push-to-registry: true
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}