diff --git a/.circleci/config.yml b/.circleci/config.yml index 4926702..1314919 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,11 @@ workflows: version: 2 jobs: build: + docker: + - image: cimg/node:14.15.0 # the primary container, where your job's commands are run + auth: + username: xaela37 + password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - checkout # check out the code in the project directory - run: yarn install