Skip to content

Commit

Permalink
Use authenticated Docker pulls (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkyle committed Oct 6, 2020
1 parent a00c4ef commit 5063781
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions packages/dash-html-components/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ jobs:
python-2.7: &test-template
docker:
- image: circleci/python:2.7-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYTHON_VERSION: py27
PERCY_ENABLE: 1
Expand Down Expand Up @@ -57,6 +60,9 @@ jobs:
<<: *test-template
docker:
- image: circleci/python:3.6.9-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYTHON_VERSION: py36
PERCY_ENABLE: 0
Expand All @@ -65,6 +71,9 @@ jobs:
<<: *test-template
docker:
- image: circleci/python:3.7.6-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYTHON_VERSION: py37
PERCY_ENABLE: 0
Expand All @@ -73,6 +82,12 @@ workflows:
version: 2
build:
jobs:
- python-2.7
- python-3.6
- python-3.7
- python-2.7:
context:
- dash-docker-hub
- python-3.6:
context:
- dash-docker-hub
- python-3.7:
context:
- dash-docker-hub

0 comments on commit 5063781

Please sign in to comment.