docker-nextcloud/.drone.yml
Jan Christian Grünhage b2f91f2a0d
All checks were successful
the build was successful
fix: change namespace from rainloop to nextcloud
be careful when copy-pasting
2018-01-28 11:15:28 +01:00

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