pipeline: nginx-conf: image: nginx:mainline commands: - cp nginx.conf /etc/nginx/ - nginx -t docker: image: repo.shimun.net/drone-docker repo: repo.shimun.net/shimun/seafile registry: repo.shimun.net cache_from: 'repo.shimun.net/seafile:latest' no_cache: false secrets: ["docker_username", "docker_password"] pull_image: false