Skip to content

Commit 0c415f4

Browse files
committed
fix: env var names
1 parent 81b7d86 commit 0c415f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
uses: duffney/wkg-github-action@9680cbd1dd38119bbc519c6c3e0b7fffe0b4982c
6868
with:
6969
file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
70-
oci-reference-without-tag: ghcr.io/${{ IMAGE_NAME }}/rust-wasi-hello
70+
oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/rust-wasi-hello
7171
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
7272

7373
- name: Sign the wasm component
74-
run: cosign sign --yes ghcr.io/${{ IMAGE_NAME }}/rust-wasi-hello@${{ steps.publish.outputs.digest }}
74+
run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/rust-wasi-hello@${{ steps.publish.outputs.digest }}

0 commit comments

Comments
 (0)