Commit f4bf1f32 authored by liuyang's avatar liuyang

update

parent b55dd8ae
......@@ -319,7 +319,9 @@
<artifactId>docker-maven-plugin</artifactId>
<version>${docker.plugin.version}</version>
<configuration>
<imageName>${project.artifactId}:${project.version}</imageName>
<serverId>harbor</serverId>
<registryUrl>http://${docker.registry}/v2/</registryUrl>
<imageName>${docker.image.prefix}/${project.artifactId}:${project.version}</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<resources>
<resource>
......
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