We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eab6d commit 2c86b3aCopy full SHA for 2c86b3a
samples/mysql-schema/pom.xml
@@ -60,8 +60,8 @@
60
<artifactId>dockerfile-maven-plugin</artifactId>
61
<version>1.4.12</version>
62
<configuration>
63
- <repository>mysql-schema-operator</repository>
64
- <tag>latest</tag>
+ <repository>${docker-registry}/mysql-schema-operator</repository>
+ <tag>${project.version}</tag>
65
<buildArgs>
66
<JAR_FILE>${project.build.finalName}.jar</JAR_FILE>
67
</buildArgs>
0 commit comments