diff options
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-02-23 10:08:00 +0200 |
---|---|---|
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-02-23 10:43:01 +0200 |
commit | aad224026765d4b39ac9dde3c30f138dd426f897 (patch) | |
tree | c24972bc22a02f2f2308437361c3c38f901c6c85 /cps-application | |
parent | 861ecab596c548d77cc18f1581a992159ada82ee (diff) |
Introduce CPS integration testing (CSIT)
Issue-ID: CPS-188
Change-Id: I4a225da73587d5276f302b05a0729d1127caddd9
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
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 e5b46f6a4f..6df63c477e 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -78,6 +78,9 @@ <image>${base.image}</image> </from> <to> + <tags> + <tag>latest</tag> + </tags> <image>${nexus.repository}${image.name}:${image.version}</image> </to> </configuration> |