docker-nextcloud/.drone.yml

12 lines
334 B
YAML

pipeline:
download:
image: docker.io/fedora
commands:
- curl https://download.nextcloud.com/server/releases/nextcloud-12.0.5.tar.bz2 > nextcloud.tar.bz2
docker:
image: plugins/docker
repo: docker.jcg.re/nextcloud
registry: docker.jcg.re
secrets: [ docker_username, docker_password ]
tags: latest