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

lizhanhui pushed a commit to branch container
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 00e1a850c28df7f1d5083e463217b1313eace0d6
Author: Zhanhui Li <[email protected]>
AuthorDate: Fri Sep 23 13:50:15 2022 +0800

    Change registry
---
 cpp/examples/BUILD.bazel | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cpp/examples/BUILD.bazel b/cpp/examples/BUILD.bazel
index 9f3d90a..8cad6be 100644
--- a/cpp/examples/BUILD.bazel
+++ b/cpp/examples/BUILD.bazel
@@ -54,9 +54,8 @@ container_push(
     name = "push_example_producer_container",
     format = "Docker",
     image = ":container_example_producer",
-    registry = "docker.io",
+    registry = "hub.docker.com",
     repository = "lizhanhui/sdk5",
-    windows_paths = False,
 )
 
 cc_binary(

Reply via email to