From 948568e9503236446e0b0201c689e2b06a4155c7 Mon Sep 17 00:00:00 2001 From: yyhuni Date: Thu, 18 Dec 2025 18:42:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-push.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-push.sh b/docker-push.sh index ef1edadb..5aca688a 100755 --- a/docker-push.sh +++ b/docker-push.sh @@ -1,4 +1,8 @@ #!/bin/bash + +# 目前采用github action自动版本构建,用 +# git tag v1.0.9 +# git push origin v1.0.9 # ============================================ # Docker Hub 镜像推送脚本 # 用途:构建并推送所有服务镜像到 Docker Hub