Commit 8cb2aa1e authored by 沈括号's avatar 沈括号

Merge branch 'dev' into 'master'

update test docker image url

See merge request !1
parents 5cfe1b67 670e68d4
......@@ -10,7 +10,7 @@ buildscript {
}
apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin
def registryAddress = project.getProperties().get('isProd') == "prod" ?'172.18.0.187:5000':'172.16.22.3:5000'
def registryAddress = project.getProperties().get('isProd') == "prod" ?'172.18.0.187:5000':'registry.niceops.cn'
docker {
dependsOn build
......
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