套餐添加操作列 & 登录后已实名的更新状态显示 &更新脚本的远程仓库地址

This commit is contained in:
Eamon-meng
2026-04-23 13:43:06 +08:00
parent d9cd5eb41b
commit 1e76275f04
5 changed files with 68 additions and 28 deletions

View File

@@ -9,8 +9,8 @@ if ($confrim -ne "y") {
exit 0
}
docker build -t repo.lanhuip.com:8554/lanhu/web:latest .
docker build -t repo.lanhuip.com:8554/lanhu/web:$($args[0]) .
docker build -t repo.lanhuip.com/lanhu/web:latest .
docker build -t repo.lanhuip.com/lanhu/web:$($args[0]) .
docker push repo.lanhuip.com:8554/lanhu/web:latest
docker push repo.lanhuip.com:8554/lanhu/web:$($args[0])
docker push repo.lanhuip.com/lanhu/web:latest
docker push repo.lanhuip.com/lanhu/web:$($args[0])