Modifying docker tag to add project version so we can specify exact DMI version in... 97/125997/1
authorJosephKeenan <joseph.keenan@est.tech>
Wed, 1 Dec 2021 09:46:58 +0000 (09:46 +0000)
committerJosephKeenan <joseph.keenan@est.tech>
Wed, 1 Dec 2021 09:55:49 +0000 (09:55 +0000)
Issue-ID: CPS-795
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Change-Id: Iadd4ac79f5873a2e6e6acba40a1642f1ba87c4e2

pom.xml

diff --git a/pom.xml b/pom.xml
index cc74f4c..43f708f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         </from>
                         <to>
                             <tags>
-                                <tag>latest</tag>
+                                <tag>${project.version}-latest</tag>
                             </tags>
                             <image>${docker.push.registry}/onap/${image.name}:${image.tag}</image>
                         </to>