Skip to content

Commit ac4a366

Browse files
committed
Use authenticated Docker pulls (plotly#167)
1 parent 727cc54 commit ac4a366

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

packages/dash-html-components/.circleci/config.yml

+18-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ jobs:
44
python-2.7: &test-template
55
docker:
66
- image: circleci/python:2.7-stretch-node-browsers
7+
auth:
8+
username: dashautomation
9+
password: $DASH_PAT_DOCKERHUB
710
environment:
811
PYTHON_VERSION: py27
912
PERCY_ENABLE: 1
@@ -57,6 +60,9 @@ jobs:
5760
<<: *test-template
5861
docker:
5962
- image: circleci/python:3.6.9-stretch-node-browsers
63+
auth:
64+
username: dashautomation
65+
password: $DASH_PAT_DOCKERHUB
6066
environment:
6167
PYTHON_VERSION: py36
6268
PERCY_ENABLE: 0
@@ -65,6 +71,9 @@ jobs:
6571
<<: *test-template
6672
docker:
6773
- image: circleci/python:3.7.6-stretch-node-browsers
74+
auth:
75+
username: dashautomation
76+
password: $DASH_PAT_DOCKERHUB
6877
environment:
6978
PYTHON_VERSION: py37
7079
PERCY_ENABLE: 0
@@ -73,6 +82,12 @@ workflows:
7382
version: 2
7483
build:
7584
jobs:
76-
- python-2.7
77-
- python-3.6
78-
- python-3.7
85+
- python-2.7:
86+
context:
87+
- dash-docker-hub
88+
- python-3.6:
89+
context:
90+
- dash-docker-hub
91+
- python-3.7:
92+
context:
93+
- dash-docker-hub

0 commit comments

Comments
 (0)