From 7323fd762eb67646622a9d558c8af096a4a1d857 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Fri, 23 Aug 2024 09:43:49 +0100 Subject: [PATCH] Attempt to fix up lack of var. --- .github/workflows/publish-docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-image.yaml b/.github/workflows/publish-docker-image.yaml index 2f1751e..889a462 100644 --- a/.github/workflows/publish-docker-image.yaml +++ b/.github/workflows/publish-docker-image.yaml @@ -63,7 +63,7 @@ jobs: - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-name: ${{ env.REGISTRY }}/${{ github.repository }} subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true