diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e58bd1..1332595 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,15 +71,15 @@ jobs: docker-build-and-push: working_directory: /dockerapp docker: - #- image: docker:17.05.0-ce-git - - image: docker:20.10.12-git + - image: docker:17.05.0-ce-git steps: - checkout - - setup_remote_docker + - setup_remote_docker: + version: 19.03.13 - run: name: Build application Docker image command: | - docker build --cache-from=app -t app . + docker build -t app . - deploy: name: Publish application to docker hub command: |