summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiZi <li.zi30@zte.com.cn>2018-04-24 22:13:59 -0400
committerLiZi <li.zi30@zte.com.cn>2018-04-24 22:14:17 -0400
commit3f2c48f773b748986d2032c4cd74c06621f9f258 (patch)
tree202be504ed78f9322863a9a8a185319a05a09eef
parent00e75cc74e5c93a25136d4576ffe23878ca1825c (diff)
Fix the docker tag.
Change-Id: I49211f8d4ff169bba31187e25ce9a389fabc9d67 Issue-ID: AAI-1095 Signed-off-by: LiZi <li.zi30@zte.com.cn>
-rw-r--r--distribution/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4021bf9..0765127 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -300,7 +300,7 @@
<dockerFile>${basedir}/target/version/Dockerfile</dockerFile>
<tags>
<tag>${project.version}</tag>
- <tag>${project.version}-STAGING-${maven.build.timestamp}</tag>
+ <tag>${project.version}-${maven.build.timestamp}</tag>
<tag>${project.docker.latesttag.version}</tag>
</tags>
</build>