-
Notifications
You must be signed in to change notification settings - Fork 106
CircleCI: dockerhub builds #583
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
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 @rafie !
- edge is only on master
- where is the logic between tagging a
1.0.x
to1.2.x
with respect to thelatest
tag?
.circleci/config.yml
Outdated
name: dockerhub-edge | ||
build_args: EDGE=1 | ||
<<: *after-build-and-test | ||
<<: *on-any-branch |
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.
<<: *on-any-branch | |
<<: *on-master |
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.
(1) this is for testing the PR. will change to "on-master" once it is working.
(2) true. will add support for LATEST_BRANCH=1.2
.circleci/config.yml
Outdated
- run: | ||
name: Build for platform | ||
command: | | ||
#@@ docker login -u redisai -p $DOCKER_REDISAI_PWD |
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.
comment?
.circleci/config.yml
Outdated
#@@ make build publish $(./version-params) CPU=1 OSNICK=bionic X64=1 REPO=redisai VERBOSE=1 <<parameters.build_args>> | ||
#@@ make build publish $(./version-params) GPU=1 OSNICK=bionic X64=1 REPO=redisai VERBOSE=1 <<parameters.build_args>> |
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.
comment?
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.
Don't yet have password for dockerhub/redisai
so publish will fail.
Codecov Report
@@ Coverage Diff @@
## master #583 +/- ##
=======================================
Coverage 74.34% 74.34%
=======================================
Files 39 39
Lines 6062 6062
=======================================
Hits 4507 4507
Misses 1555 1555 Continue to review full report at Codecov.
|
No description provided.