Skip to content

Commit

Permalink
Authenticate on pulls from Docker Hub (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkyle authored Oct 6, 2020
1 parent 5bd1bbb commit 3f862f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
working_directory: ~/dashr
docker:
- image: plotly/dashr:ci
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PERCY_PARALLEL_TOTAL: '-1'
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'True'
Expand Down Expand Up @@ -64,4 +67,6 @@ workflows:
version: 2
build:
jobs:
- "test"
- "test":
context:
- dash-docker-hub

0 comments on commit 3f862f9

Please sign in to comment.