From 92906881fe024ded87093991409353e130e39c70 Mon Sep 17 00:00:00 2001 From: litianxiang Date: Tue, 28 Apr 2026 16:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master_sellrt_build_manual.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/master_sellrt_build_manual.yaml b/.gitea/workflows/master_sellrt_build_manual.yaml index e431b43..f14a488 100644 --- a/.gitea/workflows/master_sellrt_build_manual.yaml +++ b/.gitea/workflows/master_sellrt_build_manual.yaml @@ -146,6 +146,8 @@ jobs: cd ${{ env.REMOTE_DEPLOY_PATH }} echo "停止旧容器..." docker compose down || true + echo "删除当前服务旧镜像..." + docker rmi -f master-aida-seller || true echo "构建镜像..." docker compose build --no-cache echo "启动服务..."