diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04f4813..56ad848 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,6 +43,6 @@ jobs: - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-name: sjdonado/url-shortener subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true