-
Notifications
You must be signed in to change notification settings - Fork 192
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
Revise Docker image build: #4997
Revise Docker image build: #4997
Conversation
* Build a new image on every PR (with caching). * Test the functionality of the new image on every PR. * Build a new image on every commit to develop/master branch and every time a new tag is created (no caching).
Codecov Report
@@ Coverage Diff @@
## develop #4997 +/- ##
========================================
Coverage 80.13% 80.13%
========================================
Files 515 515
Lines 36692 36692
========================================
Hits 29398 29398
Misses 7294 7294
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
An important thing to note: we need somebody to put their Dockerhub credentials in GitHub secrets: |
I added my own Docker Hub username and token. Feel free to change it. |
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.
thanks @yakutovicha, just a minor nitpick
Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
* Build a new image on every PR (with caching). * Test the functionality of the new image on every PR. * Build a new image on every commit to develop/master branch and every time a new tag is created (no caching). Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com> Cherry-pick: 9c7ffc2
time a new tag is created (no caching).