docker-matomo/.drone.yml
Jan Christian Grünhage f6b128a558
Some checks failed
the build failed
initial image
2018-04-17 14:56:26 +01:00

13 lines
365 B
YAML

pipeline:
download:
image: docker.io/fedora
commands:
- curl https://builds.matomo.org/piwik-3.4.0.tar.gz > piwik.tar.gz
- tar xvf piwik.tar.gz --strip 1 -C root/matomo
docker:
image: docker.io/plugins/docker
repo: docker.jcg.re/matomo
registry: docker.jcg.re
secrets: [ docker_username, docker_password ]
auto_tag: true