diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-02-24 13:11:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-24 13:11:55 +0000 |
commit | 8c9b592e7e04d2d2a27c9da6befe7ea13aedadfd (patch) | |
tree | 50b462ea7345356b936919e8b512912680981b89 /cps-application | |
parent | 5ecf25627589001888c68e9f413c28ccaac69c26 (diff) | |
parent | aad224026765d4b39ac9dde3c30f138dd426f897 (diff) |
Merge "Introduce CPS integration testing (CSIT)"
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 8ea2db3840..cfebf68874 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> |