Explorar el Código

镜像地址修改

zhangrenke hace 3 años
padre
commit
16e80c59fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" ];