合并 tjwater-cli 到 main #1

Merged
jiang merged 73 commits from tjwater-cli into main 2026-08-18 17:56:45 +08:00
Showing only changes of commit 78f9f6fb42 - Show all commits
+2
View File
@@ -148,12 +148,14 @@ jobs:
if [ "${IMAGE_TAG}" = "latest" ]; then if [ "${IMAGE_TAG}" = "latest" ]; then
docker build \ docker build \
--network=host \
-f ./Dockerfile \ -f ./Dockerfile \
-t "${IMAGE_NAME}:latest" \ -t "${IMAGE_NAME}:latest" \
. .
push_with_retry "${IMAGE_NAME}:latest" push_with_retry "${IMAGE_NAME}:latest"
else else
docker build \ docker build \
--network=host \
-f ./Dockerfile \ -f ./Dockerfile \
-t "${IMAGE_NAME}:${IMAGE_TAG}" \ -t "${IMAGE_NAME}:${IMAGE_TAG}" \
-t "${IMAGE_NAME}:latest" \ -t "${IMAGE_NAME}:latest" \