Attempt to fix build part2
Change-Id: I4520f309173f2b27100802e38c8a222176444812
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
<artifactId>docker-maven-plugin</artifactId>
<version>1.0.0</version>
<configuration>
+ <registryUrl>${onap.nexus.dockerregistry.daily}</registryUrl>
<serverId>${onap.nexus.dockerregistry.daily}</serverId>
<imageName>${docker.image.name}</imageName>
<imageTags>
<configuration>
<image>${docker.image.name}:latest</image>
<newName>${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest</newName>
- <!-- WA in case push does not wort at seconf job - to remove
+ <!-- WA in case push does not work at second job - to remove
<pushImage>true</pushImage>
-->
</configuration>