Technoboy- commented on code in PR #595:
URL: https://github.com/apache/pulsar-site/pull/595#discussion_r1339844341


##########
contribute/release-process.md:
##########
@@ -219,8 +219,14 @@ Run the following commands:
 
 ```shell
 cd $PULSAR_HOME/docker
-./build.sh
-DOCKER_USER=<your-username> DOCKER_PASSWORD=<your-password> 
DOCKER_ORG=<your-username> ./publish.sh
+DOCKER_USER=<your-username>
+docker login $DOCKER_USER -u $DOCKER_USER -p <your-password>

Review Comment:
   docker login `https://dockerhub.com` -u $DOCKER_USER -p <your-password>



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to