summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-05-08 10:30:33 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-05-08 10:30:37 +0800
commitb92099db10112c4a260485354dbf10176383561c (patch)
tree8531ef44c0ef6ecc5eeaa1a3d11a1a51c3f67d85
parent0689bb13d60c84863133ae1ec215e66d852e9126 (diff)
fix docker image tag for usecase-ui-ui
Change-Id: I4675771b5bc4367b4bdde3a6a83cb110180ca38c Issue-ID: USECASEUI-111 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
-rw-r--r--distribution/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 5bc7903c..6d5d1074 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -271,8 +271,8 @@
<dockerFile>${basedir}/target/version/Dockerfile</dockerFile>
<tags>
<tag>${usecaseui.version}-SNAPSHOT-latest</tag>
- <tag>${usecaseui.version]-STAGING-latest</tag>
- <tag>${usecaseui.version]-STAGING-${maven.build.timestamp}</tag>
+ <tag>${usecaseui.version}-STAGING-latest</tag>
+ <tag>${usecaseui.version}-STAGING-${maven.build.timestamp}</tag>
</tags>
</build>
</image>