Commit 09039420 authored by liaozan's avatar liaozan 🏀

update docker image registry

parent 6e263504
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<id>dev</id> <id>dev</id>
<properties> <properties>
<spring.profile>dev</spring.profile> <spring.profile>dev</spring.profile>
<docker.registry>registry-vpc.cn-hangzhou.aliyuncs.com/schbrain-dev</docker.registry> <docker.registry>registry-vpc.cn-hangzhou.aliyuncs.com/schbrain_dev</docker.registry>
</properties> </properties>
<activation> <activation>
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
<id>test</id> <id>test</id>
<properties> <properties>
<spring.profile>test</spring.profile> <spring.profile>test</spring.profile>
<docker.registry>registry-vpc.cn-hangzhou.aliyuncs.com/schbrain-dev</docker.registry> <docker.registry>registry-vpc.cn-hangzhou.aliyuncs.com/schbrain_dev</docker.registry>
</properties> </properties>
</profile> </profile>
<!-- 生产环境 --> <!-- 生产环境 -->
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<id>prod</id> <id>prod</id>
<properties> <properties>
<spring.profile>prod</spring.profile> <spring.profile>prod</spring.profile>
<docker.registry>registry-vpc.cn-hangzhou.aliyuncs.com/schbrain</docker.registry> <docker.registry>registry-vpc.cn-hangzhou.aliyuncs.com/schbrain_online</docker.registry>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>
......
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