From 7acbdf1f2a387dc9bfdbb0f8413652d29fd221ec Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 12:38:01 +0200 Subject: [PATCH] try layer caching --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index c8ab26e..d738d7f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,10 @@ publish: password: $$REGISTRY_PASSWORD email: $$REGISTRY_EMAIL file: Dockerfile.$$OS + load: build/ansible-$$OS.tar + save: + destination: build/ansible-$$OS.tar + tag: $$OS repo: ansible tag: - $$OS