ansible/.drone.yml

16 lines
296 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 11:36:36 +00:00
username: $$REGISTRY_USERNAME
2016-07-31 11:38:53 +00:00
password: $$REGISTRY_PASSWORD
2016-07-31 11:32:25 +00:00
auth: $$REGISTRY_AUTH
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