Skip to content

Commit

Permalink
use authenticated Docker pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkyle authored Oct 6, 2020
1 parent 0488460 commit 731746d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ jobs:
test:
working_directory: ~/dashjl
docker:
- image: plotly/julia:ci
- image: plotly/julia:ci
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PERCY_PARALLEL_TOTAL: '-1'
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'True'
Expand Down Expand Up @@ -54,4 +57,5 @@ workflows:
version: 2
build:
jobs:
- "test"
- "test":
context: dash-docker-hub

0 comments on commit 731746d

Please sign in to comment.