summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoeOLeary <joseph.o.leary@est.tech>2020-07-22 08:40:41 +0100
committerJoeOLeary <joseph.o.leary@est.tech>2020-07-22 15:14:56 +0100
commit2b87bb8ea6b5fa67780f10c98111ee1075ee7078 (patch)
tree80fd61fdce405eb4230ec72482a8ff476197d64f
parentbd0a411d6f04f92d222af6a63bd2b7ecc3edd0a2 (diff)
Remove latest tag from docker pushfrankfurt
Issue-ID: DCAEGEN2-2346 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech> Change-Id: I2eb73274824aa43afeb630e9a9bf0cb9b7356ac4
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 516e223..65b077a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@
<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>
@@ -315,7 +315,6 @@
</args>
<cleanup>none</cleanup>
<tags>
- <tag>${project.version}</tag>
<tag>${project.version}-${maven.build.timestamp}Z</tag>
</tags>
</build>