File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3939 password : ${{ secrets.GITHUB_TOKEN }}
4040
4141 - name : Install cosign
42+ if : github.event_name != 'workflow_dispatch'
4243 uses : sigstore/cosign-installer@v3.7.0
4344
4445 - name : Cache cargo bin
6566 run : cargo component build --release
6667
6768 - name : Publish to GitHub Container Registry
69+ if : github.event_name != 'workflow_dispatch'
6870 id : publish
6971 uses : bytecodealliance/wkg-github-action@v5
7072 with :
7375 version : ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
7476
7577 - name : Sign the wasm component
78+ if : github.event_name != 'workflow_dispatch'
7679 run : cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}@${{ steps.publish.outputs.digest }}
You can’t perform that action at this time.
0 commit comments