try again
This commit is contained in:
parent
459b2d6cf4
commit
35b218029b
1 changed files with 2 additions and 5 deletions
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
|
|
@ -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
|
||||
subject-path: ${{ github.workspace }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue