enable docker layers caching, so the image can be pass on

This commit is contained in:
2019-05-17 22:13:46 +10:00
parent baeae63b49
commit bf54cf929b
+4 -2
View File
@@ -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