部署(HEL-235B): 补严分叉与镜像标签校验

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
总管
2026-08-29 23:27:18 +08:00
co-authored by multica-agent
parent 51f410d942
commit 1e8da5fee2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ docker compose down
`compose.yaml` 的镜像名与 revision 标签同样做了强校验:直接 `docker compose up -d --build`
会因缺少 `XIAOBAI_GIT_REV` / `XIAOBAI_GIT_SHORT` 变量而拒绝执行,避免再出现构建进
`latest` 的模糊版本。需要用 compose 时先 `export` 这两个变量(值以
`~/xiaobai-git rev-parse HEAD` 为准),或直接用上面的脚本。
`~/xiaobai-build/xiaobai-git rev-parse HEAD` 为准),或直接用上面的脚本。
### 智能体高级入口:Git 归档流式构建