Browse Source

镜像地址修改

zhangrenke 3 years ago
parent
commit
16e80c59fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-push.sh

+ 1 - 1
docker-push.sh

@@ -22,7 +22,7 @@ push_tag()
 if [ "$1" = "test" ];
     then
     # login
-    REGISTRY_URL="172.172.172.218:5000"
+    REGISTRY_URL="192.168.200.218:5000"
     NAME_SPACE="hrsoft"
     push_tag
     elif [ "$1" = "common" ];