diff options
author | LiZi <li.zi30@zte.com.cn> | 2018-04-24 22:13:59 -0400 |
---|---|---|
committer | LiZi <li.zi30@zte.com.cn> | 2018-04-24 22:14:17 -0400 |
commit | 3f2c48f773b748986d2032c4cd74c06621f9f258 (patch) | |
tree | 202be504ed78f9322863a9a8a185319a05a09eef /distribution | |
parent | 00e75cc74e5c93a25136d4576ffe23878ca1825c (diff) |
Fix the docker tag.
Change-Id: I49211f8d4ff169bba31187e25ce9a389fabc9d67
Issue-ID: AAI-1095
Signed-off-by: LiZi <li.zi30@zte.com.cn>
Diffstat (limited to 'distribution')
-rw-r--r-- | distribution/pom.xml | 2 |
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> |