From 5e2807f1a77db76b6fec27562e95b1e7c2b9f79e Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 6 Sep 2024 19:41:30 -0400 Subject: [PATCH] ci(release-action): fix generate artifact attestation step --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba1e56c2..ad9276d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,6 @@ jobs: - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true