fix(stack): 修正构建上下文路径层级 ../../.. 并将 base-build 重命名为 author

This commit is contained in:
augushong
2026-07-22 01:16:24 +08:00
parent 62e72af93d
commit bed965a9b1
10 changed files with 21 additions and 21 deletions

View File

@@ -138,8 +138,8 @@ jobs:
fi
# B-route: docker-serve compose 原始路径基于 source/stack/docker-serve/
# 使用 ../.. 引用项目根;远端 RELEASE_DIR 为扁平结构,需改回 .
sed -i 's|../..|.|g' "${RELEASE_DIR}/docker-compose.yaml"
# 使用 ../../.. 引用项目根;远端 RELEASE_DIR 为扁平结构,需改回 .
sed -i 's|../../..|.|g' "${RELEASE_DIR}/docker-compose.yaml"
cd "${RELEASE_DIR}"
export COMPOSE_PROJECT_NAME