diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-05-07 17:12:37 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-05-07 17:12:42 +0800 |
commit | 7581fd59efd1c02e57112476acb6e2feabc503d0 (patch) | |
tree | 30bf817804dbbca88821e9334f127f3c1fbd3fd1 /standalone | |
parent | 07f6b9f3116a8ff71980848d7239c7d98cad2461 (diff) |
fix docker image tag for usecase-ui
Change-Id: Iea3e616d95cdb41d56371af38cc6b8583e72bf1e
Issue-ID: USECASEUI-111
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 1e2733bc..498068cc 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -207,9 +207,9 @@ <dockerFileDir>${basedir}/target/version/</dockerFileDir> <dockerFile>${basedir}/target/version/Dockerfile</dockerFile> <tags> - <tag>${project.version}</tag> - <tag>${project.version}-${maven.build.timestamp}</tag> - <tag>${project.docker.latesttag.version}</tag> + <tag>${project.version}-latest</tag> + <tag>${project.version}.split('-').[0]-STAGING-latest</tag> + <tag>${project.version}.split('-').[0]-STAGING-${maven.build.timestamp}</tag> </tags> </build> </image> |