This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 7751cbfcc47e Update release-process.md
7751cbfcc47e is described below
commit 7751cbfcc47e30d470c336291ada868c3b164037
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Mar 8 03:38:36 2024 -0800
Update release-process.md
fix typo
---
contribute/release-process.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contribute/release-process.md b/contribute/release-process.md
index 14d0e0d440c0..3fd8ec4ffede 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -401,12 +401,12 @@ RELEASE_MANAGER_DOCKER_USER=otheruser
CANDIDATE_TAG=$VERSION_WITHOUT_RC
# pulsar image
-docker pull ${RELEASE_MANAGER_DOCKER_USER}/pulsar:${CANDIDATE_TAG}
apachepulsar/pulsar:$VERSION_WITHOUT_RC
+docker pull ${RELEASE_MANAGER_DOCKER_USER}/pulsar:${CANDIDATE_TAG}
docker tag ${RELEASE_MANAGER_DOCKER_USER}/pulsar:${CANDIDATE_TAG}
apachepulsar/pulsar:$VERSION_WITHOUT_RC
docker push apachepulsar/pulsar:${PULSAR_VERSION}
# pulsar-all image
-docker pull ${RELEASE_MANAGER_DOCKER_USER}/pulsar-all:${CANDIDATE_TAG}
apachepulsar/pulsar-all:$VERSION_WITHOUT_RC
+docker pull ${RELEASE_MANAGER_DOCKER_USER}/pulsar-all:${CANDIDATE_TAG}
docker tag ${RELEASE_MANAGER_DOCKER_USER}/pulsar-all:${CANDIDATE_TAG}
apachepulsar/pulsar-all:$VERSION_WITHOUT_RC
docker push apachepulsar/pulsar-all:${PULSAR_VERSION}
```