From a0e68ea5b06d0e56c86546d6c561d301a98ceb76 Mon Sep 17 00:00:00 2001 From: Alisina Bahadori Date: Mon, 6 May 2024 02:10:40 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17ba29f..217d235 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-path: '${{ github.workspace }}/atlas' subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true