summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosephKeenan <joseph.keenan@est.tech>2021-12-01 09:46:58 +0000
committerJosephKeenan <joseph.keenan@est.tech>2021-12-01 09:55:49 +0000
commit371ec2fb4cecaba46f628f93f327bc4a947b230b (patch)
tree9d67483c736aaf735b95c55bb323221d71d2b41c
parent1d90226c31817f562118c2f3d484e000d6c72cae (diff)
Modifying docker tag to add project version so we can specify exact DMI version in builds & CSIT
Issue-ID: CPS-795 Signed-off-by: JosephKeenan <joseph.keenan@est.tech> Change-Id: Iadd4ac79f5873a2e6e6acba40a1642f1ba87c4e2
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cc74f4c8..43f708fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,7 +440,7 @@
</from>
<to>
<tags>
- <tag>latest</tag>
+ <tag>${project.version}-latest</tag>
</tags>
<image>${docker.push.registry}/onap/${image.name}:${image.tag}</image>
</to>