diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-05-08 10:31:35 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-05-08 10:31:38 +0800 |
commit | fcdb823145165190d11f76ab7561107a309a06fc (patch) | |
tree | 7e61adccc79707f49c8e839cd8fb7f882a10e507 /standalone | |
parent | 177922f9e1ef97ed510a6e7d7880b9a908f7637f (diff) |
fix docker image tag for usecase-ui-server
Change-Id: I3f29b472e83a0d0a54e6514002a181abf238447d
Issue-ID: USECASEUI-111
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/pom.xml | 4 |
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> |