From f311581a4507e2ce0dc42cbd1299237019790c69 Mon Sep 17 00:00:00 2001 From: verzelea Date: Sun, 17 Jan 2021 14:58:18 +0100 Subject: [PATCH] :wrench: add Docker to workflow --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ee82952..acb9e6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,4 +91,8 @@ workflows: - deploy: context: netlify requires: - - build-in-prod \ No newline at end of file + - build-in-prod + - docker-build-push: + context: Docker + requires: + - build \ No newline at end of file