aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-08-13 14:59:48 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-08-13 15:00:19 -0400
commitfe7fd2c507439cd4f8aeb7fb7b06066fd733ce40 (patch)
tree40d023f9524ff905b72e6db3d0e41a2ffafa9d01
parentf4d5a2be57c0595ad311a8a8446f1c16a1830f9e (diff)
Adding docker registery to pom
Issue-ID: AAI-1449 Change-Id: I8aa2cb599888d5bdb40b85b0a18bfbb33f685217 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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.
<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>