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 dbb5e75 commit 4634766Copy full SHA for 4634766
.github/workflows/publish.yml
@@ -63,9 +63,9 @@ jobs:
63
id: publish
64
uses: bytecodealliance/wkg-github-action@v5
65
with:
66
- file: target/wasm32-wasip1/release/${{ env.COMPONENT_NAME }}.wasm
+ file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
67
oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}
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 }}/${{ env.COMPONENT_NAME}}@${{ steps.publish.outputs.digest }}
+ run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/@${{ steps.publish.outputs.digest }}
0 commit comments