From 6d2e522cf7cd379e271dc9c8c2b79a04f444348a Mon Sep 17 00:00:00 2001 From: cagache Date: Mon, 1 Oct 2018 10:39:42 +0300 Subject: [PATCH 1/2] RM-6575 Push community images with specific tags instead of latest on quay and docker hub --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 58f1edfd16..05c7f008e8 100644 --- a/pom.xml +++ b/pom.xml @@ -326,7 +326,7 @@ - master @@ -340,14 +340,14 @@ - ${image.name} + ${image.name}:${image.tag} ${image.registry} ${project.basedir}/ - ${image.name} + ${image.name}:${image.tag} ${project.basedir}/ From 3b5cd3f9baf554e63147bb4ac58cf2c0c4e04b6c Mon Sep 17 00:00:00 2001 From: cagache Date: Mon, 1 Oct 2018 11:41:40 +0300 Subject: [PATCH 2/2] applied code review changes --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 05c7f008e8..6080de91ad 100644 --- a/pom.xml +++ b/pom.xml @@ -289,7 +289,7 @@ - + internal @@ -326,7 +326,7 @@ - master