commit | 644915d0f7f1f2008264245e00581caa6f3c39ba | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周六 7月 06 10:33:15 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周六 7月 06 10:37:16 2019 +0800 |
tree | c787b52bda710211730b2370cf1e636b11ccf184 | |
parent | 96709211811cc29c12fa09ede586fca4f9e81465 [diff] [blame] |
将 docker registry 改到公司 harbor 服务
diff --git a/build.gradle b/build.gradle index 3acdeb0..d9f0ca9 100644 --- a/build.gradle +++ b/build.gradle
@@ -35,7 +35,7 @@ } docker { - name '172.28.201.70:5000/dali/payapi:' + version + name 'harbor.supwisdom.com/dali/payapi:' + version println(jar.archivePath) files jar.archivePath }