aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-07-02 15:27:36 +0100
committermark.j.leonard <mark.j.leonard@gmail.com>2018-07-02 15:28:28 +0100
commit1b5dfb7f612266f8ea99cf06ad0c5edfd94b890e (patch)
tree34e155abd5a1c1d37caf54ac5d2cef89c3e7ea63
parent80a8e4b685a16ef58603fc487d7c0c2adf427b02 (diff)
Revert "Drop registry prefix from pom.xml"
This reverts commit 1227efa25a23815c7c943c5d50da561bf369cd5d. Issue-ID: AAI-1352 Change-Id: I8ae4f512f832567c93da8599baf23a70d9d44d48 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 493012f..d71532e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@
<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>