Skip to content

Commit a57dcff

Browse files
authored
fix: build frontend (#1260)
1 parent a6a1b59 commit a57dcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ jobs:
154154
with:
155155
IMG: "apecloud/aperag-frontend"
156156
VERSION: "${{ needs.image-tag.outputs.tag-name }}"
157-
DOCKERFILE_PATH: "./frontend/Dockerfile"
158-
CONTEXT: "./frontend"
157+
DOCKERFILE_PATH: "./web/Dockerfile"
158+
CONTEXT: "./web"
159159
REMOVE_PREFIX: false
160160
APECD_REF: "v0.1.93"
161161
ENABLE_SUBMODULE: true

0 commit comments

Comments
 (0)