Issue-ID: DCAEGEN2-2346
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Change-Id: I2eb73274824aa43afeb630e9a9bf0cb9b7356ac4
<configuration>
<images>
<image>
- <name>onap/${project.groupId}.${project.artifactId}</name>
+ <name>onap/${project.groupId}.${project.artifactId}:${project.version}</name>
<registry>${onap.nexus.dockerregistry.daily}</registry>
<build>
<contextDir>${project.basedir}</contextDir>
</args>
<cleanup>none</cleanup>
<tags>
- <tag>${project.version}</tag>
<tag>${project.version}-${maven.build.timestamp}Z</tag>
</tags>
</build>