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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new f2885ea  Update release guide (#13503)
f2885ea is described below

commit f2885ea4030302351fa18e6ccb925deba27dc942
Author: Haoran Meng <[email protected]>
AuthorDate: Mon Nov 8 20:06:58 2021 +0800

    Update release guide (#13503)
---
 docs/community/content/contribute/release.en.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/community/content/contribute/release.en.md 
b/docs/community/content/contribute/release.en.md
index 3cbbe66..f82e30c 100644
--- a/docs/community/content/contribute/release.en.md
+++ b/docs/community/content/contribute/release.en.md
@@ -473,16 +473,16 @@ mvn clean package -Prelease,docker
 Check the image ID through `docker images`, for example: e9ea51023687
 
 ```shell
-docker tag e9ea51023687 apache/sharding-proxy:latest
-docker tag e9ea51023687 apache/sharding-proxy:${RELEASE.VERSION}
+docker tag e9ea51023687 apache/shardingsphere-proxy:latest
+docker tag e9ea51023687 apache/shardingsphere-proxy:${RELEASE.VERSION}
 ```
 
 5.4 Publish Docker Image
 
 ```shell
 docker login
-docker push apache/sharding-proxy:latest
-docker push apache/sharding-proxy:${RELEASE_VERSION}
+docker push apache/shardingsphere-proxy:latest
+docker push apache/shardingsphere-proxy:${RELEASE_VERSION}
 ```
 
 5.5 Confirm the successful release

Reply via email to