diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-05-07 18:01:39 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-05-07 18:01:44 +0800 |
commit | f588e326b9c486ca2a8244e2791d7a1fd1896625 (patch) | |
tree | 040f126df3a8d7c930e3d8348606b9761fd5f49e /distribution/pom.xml | |
parent | f189d75940506c6509f6684ad3b52f8aebab22d6 (diff) |
fix docker image tag for usecase-ui
Change-Id: I55b6ca8bc7446f923110091f1d0a1fea6f9750b9
Issue-ID: USECASEUI-111
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'distribution/pom.xml')
-rw-r--r-- | distribution/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml index 3a3fc0dc..11df1330 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -269,9 +269,9 @@ <dockerFileDir>${basedir}/${version.output}</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> |