提交 554df44a 编写于 作者: Z zhang-wei 提交者: kezhenxu94

fix docker build bug (#3869)

上级 d7038fe6
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册