CircleCI : building machine use Docker Llayer caching

This commit is contained in:
Alexandre BRACH
2019-05-16 15:05:39 +02:00
parent 15ecb6e30e
commit 25b6679314

View File

@@ -1,6 +1,10 @@
version: 2.1
orbs:
aws-ecr: circleci/aws-ecr@4.0.1
executors:
docker_build:
machine:
docker_layer_caching: true
jobs:
build:
working_directory: ~/alchemy-fr/Phraseanet
@@ -109,8 +113,6 @@ workflows:
oldfashion:
jobs:
- build
newfashion:
jobs:
- aws-ecr/build_and_push_image: