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