Skip to content

Commit

Permalink
Merge pull request #73 from tknzk/docker_authenticated_pull
Browse files Browse the repository at this point in the history
use docker authenticated pull
  • Loading branch information
tknzk authored Oct 28, 2020
2 parents b48a6bd + e606800 commit 3eecf73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@ executors:
ruby_2_7:
docker:
- image: rubylang/ruby:2.7.0-bionic
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
ruby_2_6:
docker:
- image: rubylang/ruby:2.6.5-bionic
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
ruby_2_5:
docker:
- image: rubylang/ruby:2.5.7-bionic
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN

commands:
install_system_dependencies:
Expand Down

0 comments on commit 3eecf73

Please # to comment.