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 }}