This is an automated email from the ASF dual-hosted git repository. zixuan pushed a commit to branch branch-as-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit b9c359f96b3c5ad761434298041dd46fbaf342bf Author: Zixuan Liu <[email protected]> AuthorDate: Tue May 14 00:22:55 2024 +0800 [improve][build] Improve docker-push (#22702) Signed-off-by: Zixuan Liu <[email protected]> (cherry picked from commit 9668674b361aa1b7b5e72c457fc0fa9d7b324f05) Signed-off-by: Zixuan Liu <[email protected]> --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4d23b1cd010..66b5ceca38c 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ flexible messaging model and an intuitive client API.</description> To create multi-arch image, pass -Ddocker.platforms=linux/arm64,linux/amd64 --> <docker.platforms></docker.platforms> + <docker.skip.push>true</docker.skip.push> <!-- required for running tests on JDK11+ --> <test.additional.args>
