You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/10/18 08:29:20 UTC

[shardingsphere] 01/02: update docker image release command

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

duanzhengqiang pushed a commit to branch 5.2.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 2389aafb544401c1849d5d1f538410ae533a74a3
Author: duanzhengqiang <du...@apache.org>
AuthorDate: Tue Oct 18 16:26:22 2022 +0800

    update docker image release command
---
 docs/community/content/involved/release/shardingsphere.cn.md | 2 +-
 docs/community/content/involved/release/shardingsphere.en.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/community/content/involved/release/shardingsphere.cn.md b/docs/community/content/involved/release/shardingsphere.cn.md
index ed09264a63d..fa83aec3f10 100644
--- a/docs/community/content/involved/release/shardingsphere.cn.md
+++ b/docs/community/content/involved/release/shardingsphere.cn.md
@@ -544,7 +544,7 @@ docker login
 
 ```shell
 git checkout ${RELEASE.VERSION}
-./mvnw -pl shardingsphere-distribution/shardingsphere-proxy-distribution -B -Prelease,docker.buildx.push clean package
+./mvnw -pl distribution/proxy -B -Prelease,docker.buildx.push clean package
 ```
 
 3.4 确认发布成功
diff --git a/docs/community/content/involved/release/shardingsphere.en.md b/docs/community/content/involved/release/shardingsphere.en.md
index 1d2d34a5071..6d85f16f651 100644
--- a/docs/community/content/involved/release/shardingsphere.en.md
+++ b/docs/community/content/involved/release/shardingsphere.en.md
@@ -551,7 +551,7 @@ docker login
 
 ```shell
 git checkout ${RELEASE.VERSION}
-./mvnw -pl shardingsphere-distribution/shardingsphere-proxy-distribution -B -Prelease,docker.buildx.push clean package
+./mvnw -pl distribution/proxy -B -Prelease,docker.buildx.push clean package
 ```
 
 3.4 Confirm the successful release