This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 554df44  fix docker build bug (#3869)
554df44 is described below

commit 554df44a0d3c660b79101bc867f8967b89fb711f
Author: zhang-wei <pk...@outlook.com>
AuthorDate: Sat Nov 16 20:28:17 2019 +0800

    fix docker build bug (#3869)
---
 test/plugin/containers/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/plugin/containers/pom.xml b/test/plugin/containers/pom.xml
index 7bb7079..f6f876d 100644
--- a/test/plugin/containers/pom.xml
+++ b/test/plugin/containers/pom.xml
@@ -46,8 +46,7 @@
                 <artifactId>docker-maven-plugin</artifactId>
                 <version>${docker-maven-plugin.version}</version>
                 <configuration>
-                    <imageTags>${BUILD_NO}</imageTags>
-                    <imageName>skywalking/${project.name}</imageName>
+                    
<imageName>skywalking/${project.name}:${BUILD_NO}</imageName>
                     
<dockerDirectory>${project.basedir}/docker</dockerDirectory>
                     <skipDocker>${skip.docker}</skipDocker>
                     <resources>

Reply via email to