瀏覽代碼

镜像地址修改

zhangrenke 3 年之前
父節點
當前提交
16e80c59fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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" ];