Skip to content

Commit 8b10035

Browse files
committed
refactor(images/spin): rename images/spin to images/spin-hello-world
Signed-off-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
1 parent ed79117 commit 8b10035

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

.github/workflows/docker-build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
image:
1818
- imageName: examples/spin-rust-hello
19-
context: images/spin
19+
context: images/spin-hello-world
2020
- imageName: examples/spin-dotnet-hello
2121
context: images/spin_dotnet
2222
- imageName: examples/spin-outbound-redis

deployments/k3d/DockerSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Otherwise, please append the above content to the file.
5050
Now you have Docker 24.0.0-beta.2 installed on your machine, you can build wasm images using the following command.
5151

5252
```shell
53-
docker buildx build --platform=wasi/wasm --load -t wasmtest_spin:latest ./images/spin
53+
docker buildx build --platform=wasi/wasm --load -t wasmtest_spin:latest ./images/spin-hello-world
5454
```
5555

5656
The `wasi/wasm` platform specifies that the image is a wasm image. The major benefit of using this platform is that you don't need to build each image for a different computer architecture.

0 commit comments

Comments
 (0)