summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2022-10-27 11:06:53 +0100
committerToineSiebelink <toine.siebelink@est.tech>2022-10-28 10:31:49 +0100
commit98df7fcfd3945ebd3aeed0824b513e2573ea0aed (patch)
tree22b10cbad9609e0e1e6372baba15fcd6450cf6ac /pom.xml
parenta67e735c3dad9cbe21484fdbee44b6b16ec78595 (diff)
Updating CSIT (docker compose) DMI Snapshot version
- use 'latest' for DMI (ie what is being built) (DMI-VERSION property is not being used for CSIT) Issue-ID: CPS-1353 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I8a5c0776587513d3cd0e1be8edc6db0980925273
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 815df7f0..78aa1225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,6 +523,7 @@
</from>
<to>
<tags>
+ <tag>latest</tag>
<tag>${project.version}-latest</tag>
</tags>
<image>${docker.push.registry}/onap/${image.name}:${image.tag}</image>