From e9e595ef6889953c30fce1afd3eacd248ead10ae Mon Sep 17 00:00:00 2001 From: Shimun Date: Thu, 25 Jul 2019 17:17:40 +0200 Subject: [PATCH] use drone cache [CI SKIP] --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cc43f3a..a750292 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ pipeline: registry: repo.shimun.net storage_path: /drone/.docker secrets: ["docker_username", "docker_password"] - storage_path: /drone/.docker + storage_path: /drone/cache/.docker cache_from: ["repo.shimun.net/shimun/seafile", "repo.shimun.net/shimun/seafile:nginx-deb", "repo.shimun.net/shimun/seafile:alpine"] use_cache: true pull_image: false