-
Notifications
You must be signed in to change notification settings - Fork 29
Build rdr_image via action #127
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
base: master
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: prsurve The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
|
|
|
|
|
|
✅ Image Build Complete |
|
✅ Image Build Complete |
|
|
|
✅ Image Build Complete |
|
|
|
✅ Image Build Complete |
|
|
|
|
||
| # Run only when these labels are added | ||
| if: | | ||
| github.event.label.name == 'force_build_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.
Why just not build new image on any new PR Merge and only when label added?
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.
We can do that i though of why to create images if there is no change in docker file or script
| fetch-depth: 0 # Needed for diff detection | ||
|
|
||
| # ------------------------------ | ||
| # 2️⃣ Detect Dockerfile Changes |
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.
I don't think we should skip building the image if Dockerfile didn't change. There might be changes in other files we might want to copy to the image for example. So , I think it's better just always on any PR build the image if it cost us nothing. WDYT?
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.
sure will make the change
No description provided.