Skip to content

Commit 7a94f9b

Browse files
committed
mod: switch to bytecodealliance action
1 parent b489afb commit 7a94f9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
# https://github.com/bytecodealliance/wkg-github-action/pull/7
6666
- name: Publish to GitHub Container Registry
6767
id: publish
68-
uses: duffney/wkg-github-action@9680cbd1dd38119bbc519c6c3e0b7fffe0b4982c
68+
# uses: duffney/wkg-github-action@9680cbd1dd38119bbc519c6c3e0b7fffe0b4982c
69+
#TODO: update to version after next release
70+
uses: bytecodealliance/wkg-github-action@10b3b04b9059ba46208cd7daf7d352af14bded0f
6971
with:
7072
file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
7173
oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/rust-wasi-hello

0 commit comments

Comments
 (0)