From 89fa00b80b0d33438ac940320ad19324f31741a9 Mon Sep 17 00:00:00 2001 From: Juan Rodriguez Date: Mon, 20 May 2024 13:07:31 +0200 Subject: [PATCH] ci: missing env variables publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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