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