simhadri-g commented on code in PR #4274: URL: https://github.com/apache/hive/pull/4274#discussion_r1179135961
########## .github/workflows/docker-image.yml: ########## @@ -0,0 +1,38 @@ +name: ci hive docker image + +on: + push: Review Comment: I think we should have 2 workflows: 1. GA workflow - Frequency : Once per release 2. For the latest dev images. - Frequency: Once per week? Because on an average hive gets about 10 to 15 commits per week.(https://github.com/apache/hive/graphs/commit-activity) This PR set up a workflow to build and publish docker images for the GA versions of hive. I will raise a follow-up jira to address the workflow needed for daily/dev images. -- 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]
