diff --git a/package.json b/package.json index f57800b..b6adf7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lanhu-web", - "version": "1.2.3", + "version": "1.3.0", "private": true, "scripts": { "dev": "next dev -H 0.0.0.0 --turbopack", diff --git a/publish.ps1 b/publish.ps1 index 18d8346..469e28d 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/web:latest . -docker build -t 43.226.58.254:53000/lanhu/web:$($args[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 push 43.226.58.254:53000/lanhu/web:latest -docker push 43.226.58.254:53000/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])