Skip to content

Commit 2c86b3a

Browse files
committed
docker registry configured through property
1 parent 10eab6d commit 2c86b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/mysql-schema/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<artifactId>dockerfile-maven-plugin</artifactId>
6161
<version>1.4.12</version>
6262
<configuration>
63-
<repository>mysql-schema-operator</repository>
64-
<tag>latest</tag>
63+
<repository>${docker-registry}/mysql-schema-operator</repository>
64+
<tag>${project.version}</tag>
6565
<buildArgs>
6666
<JAR_FILE>${project.build.finalName}.jar</JAR_FILE>
6767
</buildArgs>

0 commit comments

Comments
 (0)