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 4634766 commit d753c2dCopy full SHA for d753c2d
.github/workflows/publish.yml
@@ -68,4 +68,4 @@ jobs:
68
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
69
70
- name: Sign the wasm component
71
- run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/@${{ steps.publish.outputs.digest }}
+ run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}@${{ steps.publish.outputs.digest }}
0 commit comments