Commit 69903af8 authored by liaozan's avatar liaozan 🏀

add plugins

parent 23c0acbc
...@@ -466,24 +466,28 @@ ...@@ -466,24 +466,28 @@
<goals> <goals>
<goal>build</goal> <goal>build</goal>
</goals> </goals>
<configuration>
<dockerfile>${project.build.directory}/dockerfile/Dockerfile</dockerfile>
<repository>${docker.repository}/${project.parent.artifactId}</repository>
<writeTestMetadata>false</writeTestMetadata>
<skipDockerInfo>true</skipDockerInfo>
<tag>${version}</tag>
<pullNewerImage>false</pullNewerImage>
<noCache>false</noCache>
</configuration>
</execution> </execution>
<execution> <execution>
<id>pushImage</id> <id>pushImage</id>
<phase>deploy</phase> <phase>package</phase>
<goals> <goals>
<goal>push</goal> <goal>push</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<dockerfile>${project.build.directory}/dockerfile/Dockerfile</dockerfile>
<repository>${docker.repository}/${project.parent.artifactId}</repository>
<writeTestMetadata>false</writeTestMetadata>
<skipDockerInfo>true</skipDockerInfo>
<!--suppress UnresolvedMavenProperty -->
<tag>${BUILD_TAG}</tag>
<pullNewerImage>false</pullNewerImage>
<googleContainerRegistryEnabled>false</googleContainerRegistryEnabled>
<useMavenSettingsForAuth>true</useMavenSettingsForAuth>
<noCache>false</noCache>
<verbose>true</verbose>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
......
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