fix: Dockerfile 基础镜像改为国内 DaoCloud 镜像源,修复构建失败

This commit is contained in:
2026-08-04 06:23:29 +08:00
parent a267f66079
commit a930b5e4b7
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -54,6 +54,7 @@ fi
# 3. 多架构构建并推送
echo ">>> [3/4] 构建并推送: ${FULL_IMAGE} (${PLATFORMS})"
docker buildx build \
--builder "${BUILDER_NAME}" \
--platform "${PLATFORMS}" \
--push \
-t "${FULL_IMAGE}" \