ansible/.drone.yml

29 lines
433 B
YAML
Raw Normal View History

2016-07-31 09:02:39 +00:00
publish:
docker:
2016-07-31 11:36:36 +00:00
username: $$REGISTRY_USERNAME
2016-07-31 11:38:53 +00:00
password: $$REGISTRY_PASSWORD
2016-07-31 11:40:47 +00:00
email: $$REGISTRY_EMAIL
2016-07-31 12:36:36 +00:00
file: Dockerfile.$$OS
2016-08-13 11:03:11 +00:00
load: cache/image-$$OS.tar
2016-08-13 10:38:01 +00:00
save:
2016-08-13 11:03:11 +00:00
destination: cache/image-$$OS.tar
2016-08-13 10:38:01 +00:00
tag: $$OS
2016-08-13 10:49:28 +00:00
repo: chmuul/ansible
2016-07-31 09:02:39 +00:00
tag:
2016-07-31 12:36:36 +00:00
- $$OS
matrix:
OS:
2016-08-06 14:21:34 +00:00
- alpine-3
2016-08-06 13:28:41 +00:00
- debian-8
2016-07-31 12:36:36 +00:00
- ubuntu-16.04
- fedora-24
2016-07-31 09:02:39 +00:00
2016-08-13 11:03:11 +00:00
cache:
mount:
2016-08-13 11:06:53 +00:00
- /drone/cache
- /drone/.git
2016-08-13 11:03:11 +00:00
2016-07-31 09:02:39 +00:00
branches:
- master