This commit is contained in:
shim_ 2018-11-10 17:26:03 +01:00
parent f993b3dc60
commit b7d8791ae9

View File

@ -7,11 +7,13 @@ pipeline:
docker: docker:
image: plugins/docker image: plugins/docker
repo: repo.shimun.net/shimun/seafile repo: repo.shimun.net/shimun/seafile
tag: alpine tag: alpine-sq
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/.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
experimental: true
squash: true
pull_image: false pull_image: false