Commit 956f76c2 authored by alex yao's avatar alex yao

fix:build

parent 69cee06a
...@@ -371,6 +371,7 @@ ...@@ -371,6 +371,7 @@
<artifactId>docker-maven-plugin</artifactId> <artifactId>docker-maven-plugin</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<configuration> <configuration>
<registryUrl>http://docker.m.daocloud.io</registryUrl>
<imageName>${docker.image.prefix}/${project.artifactId}</imageName> <imageName>${docker.image.prefix}/${project.artifactId}</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory> <dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<useGitCommitId>true</useGitCommitId> <useGitCommitId>true</useGitCommitId>
......
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