use drone cache [CI SKIP]

This commit is contained in:
Shimun 2019-07-25 17:17:40 +02:00
parent d05de406f8
commit e9e595ef68
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -11,7 +11,7 @@ pipeline:
registry: repo.shimun.net registry: repo.shimun.net
storage_path: /drone/.docker storage_path: /drone/.docker
secrets: ["docker_username", "docker_password"] secrets: ["docker_username", "docker_password"]
storage_path: /drone/.docker storage_path: /drone/cache/.docker
cache_from: ["repo.shimun.net/shimun/seafile", "repo.shimun.net/shimun/seafile:nginx-deb", "repo.shimun.net/shimun/seafile:alpine"] cache_from: ["repo.shimun.net/shimun/seafile", "repo.shimun.net/shimun/seafile:nginx-deb", "repo.shimun.net/shimun/seafile:alpine"]
use_cache: true use_cache: true
pull_image: false pull_image: false