mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'hotfix-3.0/RM-6575_PushCommunityImageWithSpecificTag_no' into 'release/V3.0.0.x'
RM-6575 Push community images with specific tags instead of latest on quay and docker hub See merge request records-management/records-management!1103
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -289,7 +289,7 @@
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
<!-- Profile used to build docker images with given tag and push them to the given image registry (quay.io) -->
|
||||
<!-- Profile used to build docker images with a specific tag and push them to the given image registry (quay.io)-->
|
||||
<profile>
|
||||
<id>internal</id>
|
||||
<build>
|
||||
@@ -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 a specific 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>
|
||||
|
Reference in New Issue
Block a user