File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 IMAGE_NAME : ${{ github.repository }}
11- COMPONENT_NAME : sample-wasi-http-rust
1211 CARGO_COMPONENT_VERSION : " 0.16.0"
12+ # TODO: These can be removed once https://github.com/bytecodealliance/cargo-component/pull/372 is merged
13+ COMPONENT_NAME : sample-wasi-http-rust
14+ COMPONENT_DESCRIPTION : " A sample WASI HTTP component written in Rust"
15+ COMPONENT_SOURCE : " https://github.com/bytecodealliance/sample-wasi-http-rust"
16+ COMPONENT_HOMEPAGE : " https://github.com/bytecodealliance/sample-wasi-http-rust"
17+ COMPONENT_LICENSES : " Apache-2.0 WITH LLVM-exception"
1318
1419jobs :
1520 publish :
7681 file : target/wasm32-wasip1/release/rust_wasi_hello.wasm
7782 oci-reference-without-tag : ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}
7883 version : ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
84+ description : ${{ env.COMPONENT_DESCRIPTION }}
85+ source : ${{ env.COMPONENT_SOURCE }}
86+ homepage : ${{ env.COMPONENT_HOMEPAGE }}
87+ licenses : ${{ env.COMPONENT_LICENSES }}
7988
8089 - name : Sign the wasm component
8190 if : github.event_name != 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments