From d2b7e30659acf943f67b533068df6723b01c8587 Mon Sep 17 00:00:00 2001 From: Don Stephan Date: Fri, 25 Oct 2024 12:58:05 -0500 Subject: [PATCH] remove tag from attest --- .github/workflows/deploy-to-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-ghcr.yml b/.github/workflows/deploy-to-ghcr.yml index 66edeeb..34654d6 100644 --- a/.github/workflows/deploy-to-ghcr.yml +++ b/.github/workflows/deploy-to-ghcr.yml @@ -51,6 +51,6 @@ jobs: - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }} + subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true