From 2d20c8447d2b97212dd170223118bf84817e1796 Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Sat, 10 Nov 2018 15:29:52 +0100 Subject: [PATCH] disable base image pull --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5424978..43a453f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ pipeline: - cp nginx.conf /etc/nginx/ - nginx -t docker: - custom_dns: ["172.16.28.1", "8.8.8.8"] image: plugins/docker repo: repo.shimun.net/shimun/seafile registry: repo.shimun.net @@ -14,3 +13,4 @@ pipeline: storage_path: /drone/.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