From d8cd030ccea80b7fee70724681545c1ead28651c Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Thu, 5 Nov 2020 22:06:19 +0100 Subject: [PATCH] docker build && push --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e6a47dc..0b738f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,7 @@ jobs: - run: yarn test:ci e2e: docker: - - image: circleci/node:12 # the primary container, where your job's commands are run + - image: circleci/node:12 environment: DATABASE_URL: postgres://psqluser:psqlpassword@localhost:5432/psdb JWT_SECRET: hello @@ -94,6 +94,8 @@ jobs: - run: docker tag app:latest $IMAGE_NAME:$CIRCLE_BUILD_NUM - run: docker push $IMAGE_NAME:$CIRCLE_BUILD_NUM docbuild: + docker: + - image: circleci/node:12 steps: - checkout - restore_cache: