Skip to content

Commit 883a078

Browse files
committed
ci: fix path
1 parent 6cf1a1d commit 883a078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- dev
7+
- ci
78

89
jobs:
910
build-and-push:
@@ -19,7 +20,7 @@ jobs:
1920
tag: "node-latest"
2021
dockerfile: "node/Dockerfile"
2122
platform: "linux/amd64,linux/arm64"
22-
- context: "web"
23+
- context: "website"
2324
tag: "web-latest"
2425
dockerfile: "master/website/Dockerfile"
2526
platform: "linux/amd64,linux/arm64"

0 commit comments

Comments
 (0)