aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>