From 849dfc26a1225406744c236ed0f6fae25947a0fa Mon Sep 17 00:00:00 2001 From: listlessbird <124798751+listlessbird@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:37:28 +0530 Subject: [PATCH] artifact name --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cd6167..c1f573f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,13 +65,13 @@ jobs: - name: Generate artifact attestation for renderer uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-renderer subject-digest: ${{ steps.push-renderer.outputs.digest }} push-to-registry: true - name: Generate artifact attestation for web-app uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-web subject-digest: ${{ steps.push-web.outputs.digest }} push-to-registry: true