Section "tag-and-push-image-latest" deleted.
Change-Id: Ieb916e50e320b4f868550d0e32d5d68bb5f0ab8e
Issue-ID: DCAEGEN2-966
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
<goal>build</goal>
</goals>
</execution>
- <execution>
- <id>tag-and-push-image-latest</id>
- <phase>deploy</phase>
- <goals>
- <goal>tag</goal>
- </goals>
- <configuration>
- <image>${docker.image.name}:latest</image>
- <newName>${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest</newName>
- <pushImage>true</pushImage>
- </configuration>
- </execution>
<execution>
<id>tag-and-push-image-with-version</id>
<phase>deploy</phase>