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 1/4] 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 From 4faa692bb14d6a8b13f34a318aa1f5075b974711 Mon Sep 17 00:00:00 2001 From: Anatole De Chauveron <54862351+Anatole-DC@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:31:58 +0200 Subject: [PATCH 2/4] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2995c06..00053e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: docker: - image: cimg/node auth: - username: Anatole-DC + username: adechauveron password: $DOCKER_PASSWORD steps: From 957ff6472c348fcb7774ccb8a6395ab5d5a485d6 Mon Sep 17 00:00:00 2001 From: Anatole De Chauveron <54862351+Anatole-DC@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:35:36 +0200 Subject: [PATCH 3/4] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00053e2..9d4ccad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: cimg/node + - image: cimg/node@16.10 auth: username: adechauveron password: $DOCKER_PASSWORD From efd5113c2cef6d5b080a3741d5c06527be1056cc Mon Sep 17 00:00:00 2001 From: Anatole De Chauveron <54862351+Anatole-DC@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:37:11 +0200 Subject: [PATCH 4/4] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d4ccad..f57ced7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: cimg/node@16.10 + - image: cimg/node:16.10.0 auth: username: adechauveron password: $DOCKER_PASSWORD