aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7b444bb..9e3b356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@
<configuration>
<image>${project.artifactId}</image>
<newName>${docker.registry}/openecomp/${project.artifactId}:${docker.version}-${maven.build.timestamp}</newName>
- <serverId>${docker.registry}</serverId>
+ <!--serverId>${docker.registry}</serverId-->
<pushImage>false</pushImage>
</configuration>
</execution>
@@ -281,7 +281,7 @@
<configuration>
<image>${project.artifactId}</image>
<newName>${docker.registry}/openecomp/${project.artifactId}:LATEST</newName>
- <serverId>${docker.registry}</serverId>
+ <!--serverId>${docker.registry}</serverId-->
<pushImage>false</pushImage>
</configuration>
</execution>