From e0616074d258f1b16738b16c393e31575649ae43 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 2788adb9260ce292f20f2438fa9c98762ad70206 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