Revert "Drop registry prefix from pom.xml" 31/55631/1
authormark.j.leonard <mark.j.leonard@gmail.com>
Mon, 2 Jul 2018 14:27:36 +0000 (15:27 +0100)
committermark.j.leonard <mark.j.leonard@gmail.com>
Mon, 2 Jul 2018 14:28:28 +0000 (15:28 +0100)
This reverts commit 1227efa25a23815c7c943c5d50da561bf369cd5d.

Issue-ID: AAI-1352
Change-Id: I8ae4f512f832567c93da8599baf23a70d9d44d48
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 493012f..d71532e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <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>