更新构建脚本路径

This commit is contained in:
wmp
2026-03-06 13:58:04 +08:00
parent 8985df7625
commit 4da9928de3

View File

@@ -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])