diff --git a/.circleci/config.yml b/.circleci/config.yml index 673d198..50adcb0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,9 @@ jobs: build_and_test_node: docker: - image: circleci/python:3.7-stretch-node - + auth: + username: dashautomation + password: $DASH_PAT_DOCKERHUB steps: - checkout - run: @@ -41,4 +43,5 @@ workflows: version: 2 build: jobs: - - build_and_test_node \ No newline at end of file + - build_and_test_node: + context: dash-docker-hub