We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c295b commit fe5a03bCopy full SHA for fe5a03b
.github/workflows/release.yaml
@@ -87,7 +87,7 @@ jobs:
87
-a "owner=Spectro Cloud" \
88
--key env://COSIGN_PRIVATE_KEY --recursive "${TAGS}@${DIGEST}"
89
env:
90
- AGS: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}}
+ TAGS: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}}
91
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
92
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
93
DIGEST: ${{ steps.build-and-push.outputs.digest }}
0 commit comments