修改构建脚本路径
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user