try again

This commit is contained in:
Justin (shocknet) 2024-05-20 10:26:25 -04:00
parent 459b2d6cf4
commit 35b218029b

View file

@ -47,8 +47,5 @@ jobs:
- name: Attest build provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: ${{ github.workspace }}/Dockerfile # Adjusted to point directly to Dockerfile
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
push-to-registry: true
github-token: ${{ secrets.GITHUB_TOKEN }}
subject-path: ${{ github.workspace }}
github-token: ${{ secrets.GITHUB_TOKEN }}