🐛 fix(docker): 修复容器驱动重装提示不消失

- Web 与 MCP 镜像编译前按目标平台生成驱动 revision
- 校验生成步骤位于源码复制后和 Go 编译前
- Docker 镜像工作流增加运行时 Dockerfile 回归检查
This commit is contained in:
Syngnat
2026-07-10 10:04:38 +08:00
parent 155ba0f1f7
commit 0a9aec5929
4 changed files with 36 additions and 1 deletions

View File

@@ -47,6 +47,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v5
- name: Validate runtime Dockerfiles
if: matrix.image_name == 'gonavi-web-server'
shell: bash
run: bash tools/validate-web-server-dockerfile.test.sh
- name: Prepare build variables
id: prep
shell: bash