diff options
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |