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 b411335 commit 32c482eCopy full SHA for 32c482e
.github/workflows/publish.yml
@@ -80,7 +80,7 @@ jobs:
80
id: publish
81
uses: bytecodealliance/wkg-github-action@v5
82
with:
83
- file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
+ file: target/wasm32-wasip1/release/${{ env.COMPONENT_NAME }}
84
oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}
85
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
86
description: ${{ env.COMPONENT_DESCRIPTION }}
0 commit comments