diff --git a/.circleci/config.yml b/.circleci/config.yml index 1938c119..6c6f49b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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' @@ -64,4 +67,6 @@ workflows: version: 2 build: jobs: - - "test" + - "test": + context: + - dash-docker-hub