Commit 69ee40a9 authored by liaozan's avatar liaozan 🏀

add plugins

parent 69903af8
......@@ -448,12 +448,12 @@
<goals>
<goal>prepare-dockerfile</goal>
</goals>
<configuration>
<repositoryGitUrl>http://gitlab.schbrain.com/gitlab/liaozan/helloworld.git</repositoryGitUrl>
<branch>main</branch>
</configuration>
</execution>
</executions>
<configuration>
<repositoryGitUrl>http://gitlab.schbrain.com/gitlab/liaozan/helloworld.git</repositoryGitUrl>
<branch>main</branch>
</configuration>
</plugin>
<plugin>
<groupId>com.spotify</groupId>
......@@ -476,12 +476,10 @@
</execution>
</executions>
<configuration>
<dockerfile>${project.build.directory}/dockerfile/Dockerfile</dockerfile>
<dockerfile>${project.build.directory}/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>
......
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