From fe7fd2c507439cd4f8aeb7fb7b06066fd733ce40 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Mon, 13 Aug 2018 14:59:48 -0400 Subject: [PATCH] Adding docker registery to pom Issue-ID: AAI-1449 Change-Id: I8aa2cb599888d5bdb40b85b0a18bfbb33f685217 Signed-off-by: Arul.Nambi --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edf8bd5..79bbfca 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ limitations under the License. true docker-hub - onap/${project.artifactId} + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} latest -- 2.16.6