From 2d835ab5985ffdce70a09b717f4127e59fd07085 Mon Sep 17 00:00:00 2001 From: Zelleg Date: Wed, 13 Oct 2021 21:13:47 +0200 Subject: [PATCH] update --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e3ebe5..9b05b76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,6 +73,15 @@ jobs: path: docs building-docker-image: steps: + docker: + - image: cimg/node:14.15.0 # the primary container, where your job's commands are run + auth: + username: mydockerhub-user + password: $DOCKERHUB_PASSWORD # context / project UI env-var reference + steps: + - checkout + - restore_cache: + key: npm-v4-dependencies-{{ checksum "yarn.lock" }} - run: name: build the docker image command: |