This is an automated email from the ASF dual-hosted git repository.
jooks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 90efc5503f Update 8-release-guide.md (#734)
90efc5503f is described below
commit 90efc5503f0ff1eb983264250acd20f3399b2b78
Author: Sinsy <[email protected]>
AuthorDate: Sat Sep 3 00:27:08 2022 +0800
Update 8-release-guide.md (#734)
---
.../current/8-release-guide.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
index 260696dd97..9e2c7e1f9c 100755
---
a/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
+++
b/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
@@ -449,14 +449,14 @@ docker buildx build \
-t apache/shenyu-admin:${PUBLISH.VERSION} \
--build-arg APP_NAME=apache-shenyu-${PUBLISH.VERSION}-admin-bin \
--platform=linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7,linux/386,linux/ppc64le,linux/s390x
\
- -f ./shenyu-admin-dist/Dockerfile --push
+ -f ./shenyu-admin-dist/Dockerfile --push ./shenyu-admin-dist
docker buildx build \
-t apache/shenyu-bootstrap:latest \
-t apache/shenyu-bootstrap:${PUBLISH.VERSION} \
--build-arg APP_NAME=apache-shenyu-${PUBLISH.VERSION}-bootstrap-bin \
--platform=linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7,linux/386,linux/ppc64le,linux/s390x
\
- -f ./shenyu-bootstrap-dist/Dockerfile --push
+ -f ./shenyu-bootstrap-dist/Dockerfile --push ./shenyu-bootstrap-dist
```