Skip to content

Commit be3b481

Browse files
committed
build(hello-pipeline): point to docker.io/itkwasm/wasi
quay.io is not finding the image in CI.
1 parent b09ff08 commit be3b481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/hello-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An itk-wasm Hello Pipeline World! example",
55
"type": "module",
66
"scripts": {
7-
"build": "itk-wasm -i itkwasm/wasi build",
7+
"build": "itk-wasm -i docker.io/itkwasm/wasi build",
88
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- cthead1.png",
99
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png",
1010
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help"

0 commit comments

Comments
 (0)