From b921e0171d07a219460b59d53d4c70b4eacf8e8c Mon Sep 17 00:00:00 2001 From: Paul Watts Date: Thu, 17 Oct 2024 10:19:24 -0700 Subject: [PATCH] Fix attestation --- .github/workflows/publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 40465c0..ac2d25a 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -42,6 +42,6 @@ jobs: - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-name: index.docker.io/${{ github.repository }} subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true \ No newline at end of file