Skip to content

Commit 3f862f9

Browse files
authored
Authenticate on pulls from Docker Hub (#231)
1 parent 5bd1bbb commit 3f862f9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
working_directory: ~/dashr
88
docker:
99
- image: plotly/dashr:ci
10+
auth:
11+
username: dashautomation
12+
password: $DASH_PAT_DOCKERHUB
1013
environment:
1114
PERCY_PARALLEL_TOTAL: '-1'
1215
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'True'
@@ -64,4 +67,6 @@ workflows:
6467
version: 2
6568
build:
6669
jobs:
67-
- "test"
70+
- "test":
71+
context:
72+
- dash-docker-hub

0 commit comments

Comments
 (0)