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