ansible/.drone.yml
2016-08-13 13:06:53 +02:00

29 lines
433 B
YAML

publish:
docker:
username: $$REGISTRY_USERNAME
password: $$REGISTRY_PASSWORD
email: $$REGISTRY_EMAIL
file: Dockerfile.$$OS
load: cache/image-$$OS.tar
save:
destination: cache/image-$$OS.tar
tag: $$OS
repo: chmuul/ansible
tag:
- $$OS
matrix:
OS:
- alpine-3
- debian-8
- ubuntu-16.04
- fedora-24
cache:
mount:
- /drone/cache
- /drone/.git
branches:
- master