commit | 96784fd9c58f2ba0069ff5b77718dad095a7e1f6 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周六 7月 06 10:33:15 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周三 7月 10 10:18:32 2019 +0800 |
tree | 14a9253c635ac5ce78a3ec1e174454d2f61a9a9b | |
parent | 94ac193cf9e87c97ec37cc675615618d6bf1fff1 [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 }