chunshao90 commented on code in PR #1529:
URL:
https://github.com/apache/incubator-horaedb/pull/1529#discussion_r1596504100
##########
.github/workflows/publish-image.yml:
##########
@@ -35,11 +35,30 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USER }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
+ - name: Build and Push HoraeDB Server Docker Image
Review Comment:
```suggestion
- name: Build and Push HoraeMeta Server Docker Image
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]