Commit 421bb185 authored by gaoxu's avatar gaoxu 😵

Update docker-jib.gradle

parent 37ad793e
......@@ -8,8 +8,8 @@ buildscript {
classpath "gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.1.1"
}
}
//apply plugin: com.google.cloud.tools.jib.gradle.JibPlugin
apply plugin: com.google.cloud.tools.jib
apply plugin: com.google.cloud.tools.jib.gradle.JibPlugin
//apply plugin: com.google.cloud.tools.jib
def registryAddress = project.getProperties().get('isProd') == "prod" ?'172.17.200.123:5000':'172.16.22.5:5000'
jib {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment