From e65a401819eb9fac4c63c2b409f0a3c5f778dbf5 Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Sat, 3 Nov 2018 18:24:15 +0100 Subject: [PATCH] pull previous build --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 86b2e55..a94545a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,10 +5,11 @@ pipeline: - cp nginx.conf /etc/nginx/ - nginx -t docker: - image: plugins/docker + image: repo.shimun.net/drone-docker repo: repo.shimun.net/shimun/seafile registry: repo.shimun.net storage_path: /drone/.docker secrets: ["docker_username", "docker_password"] storage_path: /drone/.docker + pull_previous: true use_cache: true