From b2930fe0a3e723fe25b884b8ab2ad7c5743d5f16 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:02:09 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9df930f..b0da6c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ version: 2.1 docker: - image: cimg/node:14.15.0 # the primary container, where your job's commands are run auth: - username: mydockerhub-user + username: xaela37 password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - checkout # check out the code in the project directory @@ -24,7 +24,7 @@ version: 2.1 docker: - image: cimg/node:14.15.0 # the primary container, where your job's commands are run auth: - username: mydockerhub-user + username: xaela37 password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - checkout # check out the code in the project directory