From 4da9928de398031875f24de6381ed281d544a733 Mon Sep 17 00:00:00 2001 From: wmp <17516219072@163.com> Date: Fri, 6 Mar 2026 13:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/publish.ps1 b/publish.ps1 index 300e3bf..c9ccdf1 100644 --- a/publish.ps1 +++ b/publish.ps1 @@ -9,8 +9,8 @@ if ($confrim -ne "y") { exit 0 } -docker build -t 43.226.58.254:53000/lanhu/jh-monitor:latest . -docker build -t 43.226.58.254:53000/lanhu/jh-monitor:$($args[0]) . +docker build -t 43.226.58.254:53000/wmp/jh-monitor:latest . +docker build -t 43.226.58.254:53000/wmp/jh-monitor:$($args[0]) . -docker push 43.226.58.254:53000/lanhu/jh-monitor:latest -docker push 43.226.58.254:53000/lanhu/jh-monitor:$($args[0]) +docker push 43.226.58.254:53000/wmp/jh-monitor:latest +docker push 43.226.58.254:53000/wmp/jh-monitor:$($args[0])