RM-6575 Push community images with specific tags instead of latest on quay and docker hub

This commit is contained in:
cagache
2018-10-01 10:39:42 +03:00
parent 3f175218cc
commit 6d2e522cf7

View File

@@ -326,7 +326,7 @@
</build>
</profile>
<!-- Profile used to build and push docker images with latest tag to the given image registry (quay.io) and
<!-- Profile used to build and push docker images with given tag to the given image registry (quay.io) and
hub.docker -->
<profile>
<id>master</id>
@@ -340,14 +340,14 @@
<configuration>
<images>
<image>
<name>${image.name}</name>
<name>${image.name}:${image.tag}</name>
<registry>${image.registry}</registry>
<build>
<dockerFileDir>${project.basedir}/</dockerFileDir>
</build>
</image>
<image>
<name>${image.name}</name>
<name>${image.name}:${image.tag}</name>
<build>
<dockerFileDir>${project.basedir}/</dockerFileDir>
</build>