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