File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
IMAGE_NAME : ${{ github.repository }}
11
- COMPONENT_NAME : sample-wasi-http-rust
12
11
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"
13
18
14
19
jobs :
15
20
publish :
76
81
file : target/wasm32-wasip1/release/rust_wasi_hello.wasm
77
82
oci-reference-without-tag : ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}
78
83
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 }}
79
88
80
89
- name : Sign the wasm component
81
90
if : github.event_name != 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments