-
Notifications
You must be signed in to change notification settings - Fork 59
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
chore: remove redundant docker build on merge to master #390
Conversation
Signed-off-by: Katrina Rogan <[email protected]>
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
Codecov Report
@@ Coverage Diff @@
## master #390 +/- ##
=======================================
Coverage 66.43% 66.43%
=======================================
Files 405 405
Lines 9063 9063
Branches 1600 1600
=======================================
Hits 6021 6021
Misses 3042 3042 Continue to review full report at Codecov.
|
@katrogan should we revert this ? |
This reverts commit 46db242.
## [0.52.1](http://github.com/lyft/flyteconsole/compare/v0.52.0...v0.52.1) (2022-04-15) ### Reverts * Revert "chore: remove redundant docker build on merge to master (#390)" (#392) ([fb564f3](http://github.com/lyft/flyteconsole/commit/fb564f33c490859ecb7b2cfb4c3a6a6294de3530)), closes [#390](http://github.com/lyft/flyteconsole/issues/390) [#392](http://github.com/lyft/flyteconsole/issues/392)
🎉 This PR is included in version 0.52.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Katrina Rogan [email protected]
TL;DR
Currently on merge to master we run the
Build & Push Flyteconsole Image
github action twice: one instance only builds the docker image and the second instance builds and pushes it.This change makes it so we build the image on open PRs and build and push the image on merges.
Type
Are all requirements met?
Complete description
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
NA
Follow-up issue
NA