-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically build and push the docker image when tagging a new version #1247
Conversation
Co-authored-by: Twice <twice@apache.org>
Thanks all, merging... @caipengbo Can help to push a new tag to have a try, the DOCKER_USERNAME and DOCKER_PASSWORD had existed before if my memory serves. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This workflow can break Apache release process that any official release should go through a vote process.
What if any commit push a new tag and "release" a docker image that doesn't associate with a vote?
OK, let's reverse this change and do them manually. |
This closes #1246