Skip to content

Commit ef0fd32

Browse files
committed
[fix] change hello_world_host dockerfile path in gh actions
Signed-off-by: danbugs <[email protected]>
1 parent 45470d0 commit ef0fd32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-ghcr-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/build-push-action@v5
3131
with:
3232
context: .
33-
file: chapter02/hello_world/hello_world_host/Dockerfile
33+
file: chapter02/hello_world/Dockerfile
3434
push: true
3535
tags: ghcr.io/serverside-wasm-book-code/hello-world-host:latest
3636
platforms: linux/amd64,linux/arm64

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)