Change-Id: Ia975d464c27a0e4df560f013e52732cb9a2bf33a
Issue-ID: DCAEGEN2-1603
Signed-off-by: maximesson <maxime.bonneau@est.tech>
<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>