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 b489afb commit 7a94f9bCopy full SHA for 7a94f9b
.github/workflows/publish.yml
@@ -65,7 +65,9 @@ jobs:
65
# https://github.com/bytecodealliance/wkg-github-action/pull/7
66
- name: Publish to GitHub Container Registry
67
id: publish
68
- uses: duffney/wkg-github-action@9680cbd1dd38119bbc519c6c3e0b7fffe0b4982c
+ # uses: duffney/wkg-github-action@9680cbd1dd38119bbc519c6c3e0b7fffe0b4982c
69
+ #TODO: update to version after next release
70
+ uses: bytecodealliance/wkg-github-action@10b3b04b9059ba46208cd7daf7d352af14bded0f
71
with:
72
file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
73
oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/rust-wasi-hello
0 commit comments