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: |