Explorar el Código

不推送镜像

tuonina hace 4 años
padre
commit
ace74b07b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      eureka-web/build.gradle

+ 1 - 1
eureka-web/build.gradle

@@ -52,7 +52,7 @@ task dockerBuilder(type: Docker) {
             into stageDir
         }
     }
-    push = true
+    push = false
 }