Skip to content

Commit

Permalink
Updating with dockerhub auth
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadTheOne committed Oct 16, 2020
1 parent 7eef98d commit ec7ea7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -41,4 +43,5 @@ workflows:
version: 2
build:
jobs:
- build_and_test_node
- build_and_test_node:
context: dash-docker-hub

0 comments on commit ec7ea7e

Please sign in to comment.