🐳 修改 docker 构建逻辑.

This commit is contained in:
lijiahangmax
2025-07-06 23:35:35 +08:00
parent 97dddf01a7
commit e72a9d97cd
2 changed files with 7 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ while [[ $# -gt 0 ]]; do
locally_build=true
shift
;;
-latest|latest-image)
-latest|--latest-image)
latest_image=true
shift
;;