diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f6db63..4afc4da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,14 +1,16 @@ version: 2.1 jobs: build: - machine: true + machine: + docker_layer_caching: true steps: - checkout - run: name: Build latest command: docker build -t wahyd4/aria2-ui:1.0.$CIRCLE_BUILD_NUM . push: - machine: true + machine: + docker_layer_caching: true steps: - run: name: Push