Adding docker registery to pom 83/60383/1
authorArul.Nambi <arul.nambi@amdocs.com>
Mon, 13 Aug 2018 18:59:48 +0000 (14:59 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Mon, 13 Aug 2018 19:00:19 +0000 (15:00 -0400)
Issue-ID: AAI-1449
Change-Id: I8aa2cb599888d5bdb40b85b0a18bfbb33f685217
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index edf8bd5..79bbfca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -288,7 +288,7 @@ limitations under the License.
                 <configuration>
                     <verbose>true</verbose>
                     <serverId>docker-hub</serverId>
-                    <imageName>onap/${project.artifactId}</imageName>
+                    <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
                     <dockerDirectory>${docker.location}</dockerDirectory>
                     <imageTags>
                         <imageTag>latest</imageTag>