Skip to content

Commit 731746d

Browse files
authored
use authenticated Docker pulls
1 parent 0488460 commit 731746d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ jobs:
55
test:
66
working_directory: ~/dashjl
77
docker:
8-
- image: plotly/julia:ci
8+
- image: plotly/julia:ci
9+
auth:
10+
username: dashautomation
11+
password: $DASH_PAT_DOCKERHUB
912
environment:
1013
PERCY_PARALLEL_TOTAL: '-1'
1114
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'True'
@@ -54,4 +57,5 @@ workflows:
5457
version: 2
5558
build:
5659
jobs:
57-
- "test"
60+
- "test":
61+
context: dash-docker-hub

0 commit comments

Comments
 (0)