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
The following commit(s) were added to refs/heads/main by this push:
new 9ccb7bf [hotfix] Fix image name in `README`
9ccb7bf is described below
commit 9ccb7bf4e678948aba29f4cdcc7f02c7edec6568
Author: Ramin Gharib <[email protected]>
AuthorDate: Fri Sep 4 14:00:42 2026 +0200
[hotfix] Fix image name in `README`
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d92d1b3..fdcf04b 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 apache/flink-ci:<tag> base
-docker push apache/flink-ci:<tag>
+docker build -t apache/flink-ci-docker:<tag> base
+docker push apache/flink-ci-docker:<tag>
```