-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix image release process: master -> edge, tag -> latest #2099
Conversation
Awesome find @balopat |
Codecov Report
@@ Coverage Diff @@
## master #2099 +/- ##
==========================================
- Coverage 56.18% 56.17% -0.02%
==========================================
Files 180 180
Lines 7771 7771
==========================================
- Hits 4366 4365 -1
- Misses 2988 2989 +1
Partials 417 417
Continue to review full report at Codecov.
|
Please visit http://35.236.32.215:1313 to view changes to the docs. |
Please visit http://35.236.32.215:1313 to view changes to the docs. |
Also fixes a bug that caused sometimes the version to disappear - now if the Makefile receives an empty string, it will still override the
VERSION
variable with the abbreviated git commit.