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