From 8ee8feb2bf7496f464a7fc94b11602342cafd651 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Thu, 2 Apr 2026 17:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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 469e28d..14ee313 100644 --- a/publish.ps1 +++ b/publish.ps1 @@ -9,8 +9,8 @@ if ($confrim -ne "y") { exit 0 } -docker build -t repo.lanhuip.com:8554/lanhu/web/lanhu/web:latest . -docker build -t repo.lanhuip.com:8554/lanhu/web/lanhu/web:$($args[0]) . +docker build -t repo.lanhuip.com:8554/lanhu/web:latest . +docker build -t repo.lanhuip.com:8554/lanhu/web:$($args[0]) . -docker push repo.lanhuip.com:8554/lanhu/web/lanhu/web:latest -docker push repo.lanhuip.com:8554/lanhu/web/lanhu/web:$($args[0]) +docker push repo.lanhuip.com:8554/lanhu/web:latest +docker push repo.lanhuip.com:8554/lanhu/web:$($args[0])