aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-02-24 13:11:55 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-24 13:11:55 +0000
commit8c9b592e7e04d2d2a27c9da6befe7ea13aedadfd (patch)
tree50b462ea7345356b936919e8b512912680981b89 /cps-application
parent5ecf25627589001888c68e9f413c28ccaac69c26 (diff)
parentaad224026765d4b39ac9dde3c30f138dd426f897 (diff)
Merge "Introduce CPS integration testing (CSIT)"
Diffstat (limited to 'cps-application')
-rw-r--r--cps-application/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index 8ea2db384..cfebf6887 100644
--- a/cps-application/pom.xml
+++ b/cps-application/pom.xml
@@ -77,6 +77,9 @@
<image>${base.image}</image>
</from>
<to>
+ <tags>
+ <tag>latest</tag>
+ </tags>
<image>${nexus.repository}${image.name}:${image.version}</image>
</to>
</configuration>