This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-ci-docker.git
commit 7a9f882f881c9456c55f6864d5907d67a098fc8a Author: Sergey Nuyanzin <[email protected]> AuthorDate: Sat Jun 20 11:33:34 2026 +0200 [hotfix] Use `apache` in `README` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f9d9d5..d92d1b3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ **Never re-use a tag because it might break CI for older Flink commits.** ``` -docker build -t chesnay/flink-ci:<tag> base -docker push chesnay/flink-ci:<tag> +docker build -t apache/flink-ci:<tag> base +docker push apache/flink-ci:<tag> ```
