zhongjiajie commented on code in PR #13858:
URL:
https://github.com/apache/dolphinscheduler/pull/13858#discussion_r1155741492
##########
.github/workflows/publish-docker.yaml:
##########
@@ -48,11 +48,13 @@ jobs:
echo "DOCKER_USERNAME=${{ secrets.DOCKERHUB_USER }}" >> $GITHUB_ENV
echo "DOCKER_PASSWORD=${{ secrets.DOCKERHUB_TOKEN }}" >>
$GITHUB_ENV
echo "HUB=apache" >> $GITHUB_ENV
+ echo "DOCKER_TAG=${{ github.ref_name }}" >> $GITHUB_ENV
Review Comment:
👍 I find it in
https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-a-release
--
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]