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
Add Dockerhub Credentials to CI #1204
Conversation
gsheni
commented
Oct 28, 2020
•
edited
edited
- CI before authentication
- CI after authentication:
Codecov Report
@@ Coverage Diff @@
## main #1204 +/- ##
=======================================
Coverage 98.60% 98.60%
=======================================
Files 130 130
Lines 13932 13932
=======================================
Hits 13738 13738
Misses 194 194 Continue to review full report at Codecov.
|
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.
Looks good!
.circleci/config.yml
Outdated
- run_premium_primitives_tests_on_release: | ||
name: "run premium primitives tests on release" | ||
filters: | ||
branches: | ||
ignore: /.*/ | ||
tags: | ||
only: /^v\d+\.\d+\.\d+$/ | ||
context: | ||
- dockerhub |
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 think we can write this as context: dockerhub
on a single line
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
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.