aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-05-08 10:31:35 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-05-08 10:31:38 +0800
commitfcdb823145165190d11f76ab7561107a309a06fc (patch)
tree7e61adccc79707f49c8e839cd8fb7f882a10e507
parent177922f9e1ef97ed510a6e7d7880b9a908f7637f (diff)
fix docker image tag for usecase-ui-server
Change-Id: I3f29b472e83a0d0a54e6514002a181abf238447d Issue-ID: USECASEUI-111 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
-rw-r--r--standalone/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 5c8e50b5..5d49a978 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -209,8 +209,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>