-
Notifications
You must be signed in to change notification settings - Fork 316
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
[Workflow]: Auto build Official Docker Image #2136
Conversation
LGTM |
@baiyangtx Should add |
.github/workflows/docker-images.yml
Outdated
- "v*" | ||
|
||
|
||
workflow_dispatch: |
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.
What is the on:workflow_dispatch
used for?
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.
fixed.
on: | ||
push: | ||
branches: | ||
- "master" |
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.
Build docker triggered by master push is too frequently,we should discuss a better trigger event to build latest docker image.
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.
LGTM.
* test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test docker ci * test quickdemo docker ci * test quickdemo docker ci * test quickdemo docker ci * test quickdemo docker ci * test quickdemo docker ci * test quickdemo docker ci * add concurrency. * add latest label. * add latest label. * add latest label.
Why are the changes needed?
Auto build official docker image by github workflow actions.
Brief change log
amoro
,optimizer-flink
,quickdemo
will be built automated.How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation