aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng <lji@research.att.com>2017-03-09 16:14:02 +0000
committerLusheng <lji@research.att.com>2017-03-09 16:14:02 +0000
commit56e8097ae7878a0dd6252d985b1e9da453e7724e (patch)
tree85a2929d5acb685e6ab15564f101b7f8126bca57
parentf59b8236fe488ea6ccbfa570d8f4752c55e3bf42 (diff)
docker registry server id
Change-Id: I8a6972121de38fcb06cef31f3c5f897c0f8d332f Signed-off-by: Lusheng <lji@research.att.com>
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index da8f5c4..76e1754 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,6 +268,7 @@
<configuration>
<image>${project.artifactId}</image>
<newName>${docker.registry}/openecomp/${project.artifactId}:${docker.version}-${maven.build.timestamp}</newName>
+ <serverId>${docker.registry}</serverId>
<pushImage>true</pushImage>
</configuration>
</execution>
@@ -280,6 +281,7 @@
<configuration>
<image>${project.artifactId}</image>
<newName>${docker.registry}/openecomp/${project.artifactId}:LATEST</newName>
+ <serverId>${docker.registry}</serverId>
<pushImage>true</pushImage>
</configuration>
</execution>