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 c6f4e63561b29872e18d2820719932fd9ba4f3ff Author: Zhanhui Li <[email protected]> AuthorDate: Fri Sep 23 13:51:53 2022 +0800 Revert registry to docker.io --- cpp/examples/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/examples/BUILD.bazel b/cpp/examples/BUILD.bazel index 8cad6be..50325e1 100644 --- a/cpp/examples/BUILD.bazel +++ b/cpp/examples/BUILD.bazel @@ -54,7 +54,7 @@ container_push( name = "push_example_producer_container", format = "Docker", image = ":container_example_producer", - registry = "hub.docker.com", + registry = "docker.io", repository = "lizhanhui/sdk5", )
