From b7d8791ae900fd93e4d186877b910ece1c9c175c Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Sat, 10 Nov 2018 17:26:03 +0100 Subject: [PATCH] squash --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e3ea2cf..64bf83d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,13 @@ pipeline: docker: image: plugins/docker repo: repo.shimun.net/shimun/seafile - tag: alpine + tag: alpine-sq registry: repo.shimun.net storage_path: /drone/.docker secrets: ["docker_username", "docker_password"] 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 + experimental: true + squash: true pull_image: false