ci: missing env variables publish workflow

This commit is contained in:
Juan Rodriguez
2024-05-20 13:07:31 +02:00
parent 2c3bb8deaf
commit 89fa00b80b
+1 -1
View File
@@ -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