From 35b218029bfe9617e0c37c136ece8fe19fbb1dc7 Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" Date: Mon, 20 May 2024 10:26:25 -0400 Subject: [PATCH] try again --- .github/workflows/push.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e6535882..1fbf864d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 }} \ No newline at end of file