aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng <lji@research.att.com>2017-03-09 16:45:56 +0000
committerLusheng Ji <lji@research.att.com>2017-03-09 16:56:59 +0000
commit553c38ff28bc8ad2de43ae6e1284bb8ae6f18279 (patch)
treea8540f67e148101a3e8205f3de488d2597870846
parent56e8097ae7878a0dd6252d985b1e9da453e7724e (diff)
testing serverid for docker plugin
Change-Id: Ic3d0b783cbc6555c56e9f9db214abb892628b743 Signed-off-by: Lusheng <lji@research.att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 76e1754..7b444bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,7 +269,7 @@
<image>${project.artifactId}</image>
<newName>${docker.registry}/openecomp/${project.artifactId}:${docker.version}-${maven.build.timestamp}</newName>
<serverId>${docker.registry}</serverId>
- <pushImage>true</pushImage>
+ <pushImage>false</pushImage>
</configuration>
</execution>
<execution>
@@ -282,7 +282,7 @@
<image>${project.artifactId}</image>
<newName>${docker.registry}/openecomp/${project.artifactId}:LATEST</newName>
<serverId>${docker.registry}</serverId>
- <pushImage>true</pushImage>
+ <pushImage>false</pushImage>
</configuration>
</execution>
</executions>