ansible/.drone.yml

20 lines
313 B
YAML
Raw Normal View History

2016-07-31 09:02:39 +00:00
publish:
docker:
2016-07-31 11:48:59 +00:00
registry: registry.chmuul.net
2016-07-31 09:25:19 +00:00
insecure: true
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-07-31 09:40:36 +00:00
repo: ansible-controller
2016-07-31 09:02:39 +00:00
tag:
2016-07-31 12:36:36 +00:00
- $$OS
matrix:
OS:
- ubuntu-16.04
- fedora-24
2016-07-31 09:02:39 +00:00
branches:
- master