提交 ed1dfa47 编写于 作者: S Sijie Guo 提交者: Jia Zhai

[build] `docker/publish.sh` doesn't work for pulsar-all and pulsar-standalone images (#4705)

*Motivation*

pulsar-all and pulsar-standalone dont tag correct as pulsar image.
so it fails `docker/publish.sh`

*Modifications*

Tag no-repo for both latest and the release version for both pulsar-all and pulsar-standalone

*Verify this change*

After patching this change, `docker/publish.sh` works as expected.
(cherry picked from commit d2164ebf)
上级 0c630e7a
......@@ -112,6 +112,26 @@
<goal>build</goal>
</goals>
</execution>
<execution>
<id>add-no-repo-and-version</id>
<goals>
<goal>tag</goal>
</goals>
<configuration>
<repository>pulsar-all</repository>
<tag>${project.version}</tag>
</configuration>
</execution>
<execution>
<id>add-no-repo-and-latest</id>
<goals>
<goal>tag</goal>
</goals>
<configuration>
<repository>pulsar-all</repository>
<tag>latest</tag>
</configuration>
</execution>
<execution>
<id>tag-and-push-latest</id>
<goals>
......
......@@ -56,6 +56,26 @@
<goal>build</goal>
</goals>
</execution>
<execution>
<id>add-no-repo-and-version</id>
<goals>
<goal>tag</goal>
</goals>
<configuration>
<repository>pulsar-standalone</repository>
<tag>${project.version}</tag>
</configuration>
</execution>
<execution>
<id>add-no-repo-and-latest</id>
<goals>
<goal>tag</goal>
</goals>
<configuration>
<repository>pulsar-standalone</repository>
<tag>latest</tag>
</configuration>
</execution>
<execution>
<id>tag-and-push-latest</id>
<goals>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册