fix: [FL-126] 修复 GitHub Actions workflow 中 web 镜像构建的 build context
- 将 web 镜像构建的 context 从 ./web 改为 .(仓库根目录) - 保持 dockerfile 为 ./web/Dockerfile - 与 Dockerfile 的改动配套,确保 npm workspace 结构正确工作 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
|||||||
- name: 构建并推送 Web 镜像
|
- name: 构建并推送 Web 镜像
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ./web
|
context: .
|
||||||
file: ./web/Dockerfile
|
file: ./web/Dockerfile
|
||||||
pull: true
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user