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 81b7d86 commit 0c415f4Copy full SHA for 0c415f4
.github/workflows/publish.yml
@@ -67,8 +67,8 @@ jobs:
67
uses: duffney/wkg-github-action@9680cbd1dd38119bbc519c6c3e0b7fffe0b4982c
68
with:
69
file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
70
- oci-reference-without-tag: ghcr.io/${{ IMAGE_NAME }}/rust-wasi-hello
+ oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/rust-wasi-hello
71
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
72
73
- name: Sign the wasm component
74
- run: cosign sign --yes ghcr.io/${{ IMAGE_NAME }}/rust-wasi-hello@${{ steps.publish.outputs.digest }}
+ run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/rust-wasi-hello@${{ steps.publish.outputs.digest }}
0 commit comments