mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6575 Push community images with specific tags instead of latest on quay and docker hub
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -326,7 +326,7 @@
|
|||||||
</build>
|
</build>
|
||||||
</profile>
|
</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 -->
|
hub.docker -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>master</id>
|
<id>master</id>
|
||||||
@@ -340,14 +340,14 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<images>
|
<images>
|
||||||
<image>
|
<image>
|
||||||
<name>${image.name}</name>
|
<name>${image.name}:${image.tag}</name>
|
||||||
<registry>${image.registry}</registry>
|
<registry>${image.registry}</registry>
|
||||||
<build>
|
<build>
|
||||||
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
||||||
</build>
|
</build>
|
||||||
</image>
|
</image>
|
||||||
<image>
|
<image>
|
||||||
<name>${image.name}</name>
|
<name>${image.name}:${image.tag}</name>
|
||||||
<build>
|
<build>
|
||||||
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
||||||
</build>
|
</build>
|
||||||
|
Reference in New Issue
Block a user