File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 44 python-3.6 : &test-template
55 docker :
66 - image : circleci/python:3.6-stretch-node-browsers
7+ auth :
8+ username : dashautomation
9+ password : $DASH_PAT_DOCKERHUB
710
811 environment :
912 PERCY_ENABLE : 0
@@ -46,10 +49,16 @@ jobs:
4649 << : *test-template
4750 docker :
4851 - image : circleci/python:2.7-stretch-node-browsers
52+ auth :
53+ username : dashautomation
54+ password : $DASH_PAT_DOCKERHUB
4955
5056 python-3.7-install-test :
5157 docker :
5258 - image : circleci/python:3.7-stretch-node-browsers
59+ auth :
60+ username : dashautomation
61+ password : $DASH_PAT_DOCKERHUB
5362
5463 environment :
5564 PERCY_ENABLE : 0
@@ -101,6 +110,9 @@ workflows:
101110 version : 2
102111 build :
103112 jobs :
104- - python-3.6
105- - python-2.7
106- - python-3.7-install-test
113+ - python-3.6 :
114+ context : dash-docker-hub
115+ - python-2.7 :
116+ context : dash-docker-hub
117+ - python-3.7-install-test :
118+ context : dash-docker-hub
You can’t perform that action at this time.
0 commit comments