try again
This commit is contained in:
parent
459b2d6cf4
commit
35b218029b
1 changed files with 2 additions and 5 deletions
7
.github/workflows/push.yml
vendored
7
.github/workflows/push.yml
vendored
|
|
@ -47,8 +47,5 @@ jobs:
|
||||||
- name: Attest build provenance
|
- name: Attest build provenance
|
||||||
uses: actions/attest-build-provenance@v1
|
uses: actions/attest-build-provenance@v1
|
||||||
with:
|
with:
|
||||||
subject-path: ${{ github.workspace }}/Dockerfile # Adjusted to point directly to Dockerfile
|
subject-path: ${{ github.workspace }}
|
||||||
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
push-to-registry: true
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue