ansible/.drone.yml

16 lines
284 B
YAML
Raw Normal View History

2016-07-31 09:02:39 +00:00
publish:
docker:
2016-07-31 09:40:36 +00:00
registry: registry.chmuul.net
2016-07-31 09:25:19 +00:00
insecure: true
2016-07-31 09:07:20 +00:00
username: $$REGISTRY_USERNAME
2016-07-31 09:02:39 +00:00
password: $$REGISTRY_PASSWORD
2016-07-31 10:19:12 +00:00
email: ""
2016-07-31 09:02:39 +00:00
file: Dockerfile.ubuntu-16.04
2016-07-31 09:40:36 +00:00
repo: ansible-controller
2016-07-31 09:02:39 +00:00
tag:
- ubuntu-16.04
- ubuntu
branches:
- master