From ad98b46f5719fa6ea929f4aab40a0d88b73f51ac Mon Sep 17 00:00:00 2001 From: Carolina Delwing Rosa Date: Mon, 8 Jan 2024 16:04:58 -0300 Subject: [PATCH] fixed typo --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index da0d361..fb9cd49 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -87,7 +87,7 @@ jobs: -a "owner=Spectro Cloud" \ --key env://COSIGN_PRIVATE_KEY --recursive "${TAGS}@${DIGEST}" env: - AGS: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}} + TAGS: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}} COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }} COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }} DIGEST: ${{ steps.build-and-push.outputs.digest }}