mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge pull request #3032 from AlexandreBrach/PHRAS-2580-CircleCI-Docker-Layer-Caching
CircleCI : building machine use Docker Llayer caching
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user