diff --git a/.drone.yml b/.drone.yml index 1b06345..4acf5a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,9 @@ publish: password: $$REGISTRY_PASSWORD email: $$REGISTRY_EMAIL file: Dockerfile.$$OS - load: build/ansible-$$OS.tar + load: cache/image-$$OS.tar save: - destination: build/ansible-$$OS.tar + destination: cache/image-$$OS.tar tag: $$OS repo: chmuul/ansible tag: @@ -19,5 +19,10 @@ matrix: - ubuntu-16.04 - fedora-24 +cache: + mount: + - cache + - .git + branches: - master