From fc7c96eb1a18005dd6085ebb9c5f88cd7dae5bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:11:53 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4682cee..b4a990a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,12 @@ jobs: build: docker: - image: cimg/node + auth: + username: anthonyjhoiro + password: $DOCKERHUB_PASSWORD + steps: + - checkout - run: name: Install deps using Yarn command: yarn install