aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulienBe <jb379x@att.com>2017-07-26 12:41:49 +0200
committerJulienBe <jb379x@att.com>2017-07-26 12:43:37 +0200
commitac8001ae1202a40cdbaa63cb40e6dfa047104547 (patch)
treeaa6403e51c26b50fcad9d5ff975b3a07a4be7976 /pom.xml
parent6792fe725faba344e91b58eacac9f11eb9d2303f (diff)
Add docker registry to image name
Issue: CLAMP-1 Change-Id: I9c4e19b15fac9066567bea8942d02553f78ac8d0 Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 94331f2f..801b2ee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -646,7 +646,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
<configuration>
- <imageName>onap/clamp</imageName>
+ <imageName>${docker.push.registry}/onap/clamp</imageName>
<dockerDirectory>src/main/docker</dockerDirectory>
<serverId>docker-hub</serverId>
<imageTags>