From f3fde90cdc26bc25b0027c326e3e0c50a7ae0cc0 Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Sat, 3 Nov 2018 19:48:49 +0100 Subject: [PATCH] cache from --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a94545a..ad2fe76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,7 @@ pipeline: image: repo.shimun.net/drone-docker repo: repo.shimun.net/shimun/seafile registry: repo.shimun.net - storage_path: /drone/.docker + cache_from: 'repo.shimun.net/seafile:latest' + no_cache: false secrets: ["docker_username", "docker_password"] - storage_path: /drone/.docker - pull_previous: true - use_cache: true + pull_image: false