From 95227db0164c0b829c84091d7300d7e86c48f333 Mon Sep 17 00:00:00 2001 From: Anatole De Chauveron <54862351+Anatole-DC@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:28:18 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b9ac0e..2995c06 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,9 +3,9 @@ jobs: build: docker: - image: cimg/node - auth: - username: Anatole-DC - password: $DOCKER_PASSWORD + auth: + username: Anatole-DC + password: $DOCKER_PASSWORD steps: - checkout