Update push.yml

This commit is contained in:
PolarDefend 2024-05-20 22:30:02 +09:00 committed by GitHub
parent 3665f7c8bb
commit 3ae3c7c24d

View file

@ -47,7 +47,6 @@ 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-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true push-to-registry: true
github-token: ${{ secrets.GITHUB_TOKEN }}