From 788159bafb3edb336532f6a7cb4bc07c38f91a01 Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Sun, 29 Apr 2018 12:08:22 -0600 Subject: [PATCH] Fix Docker images not building. --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e0d56b01..a63208260 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,6 +32,7 @@ jobs: steps: - checkout - run: make build-service + - setup_remote_docker - run: name: Build image command: | @@ -54,6 +55,7 @@ jobs: steps: - checkout - run: make build-service + - setup_remote_docker - run: name: Build and tag command: |