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.
2 parents 9ed6eb7 + 463e0a5 commit 10a1de5Copy full SHA for 10a1de5
.github/workflows/publish.yml
@@ -39,6 +39,7 @@ jobs:
39
password: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Install cosign
42
+ if: github.event_name != 'workflow_dispatch'
43
uses: sigstore/[email protected]
44
45
- name: Cache cargo bin
@@ -65,6 +66,7 @@ jobs:
65
66
run: cargo component build --release
67
68
- name: Publish to GitHub Container Registry
69
70
id: publish
71
uses: bytecodealliance/wkg-github-action@v5
72
with:
@@ -73,4 +75,5 @@ jobs:
73
75
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
74
76
77
- name: Sign the wasm component
78
79
run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}@${{ steps.publish.outputs.digest }}
0 commit comments