ansible/.drone.yml

14 lines
228 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: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