ansible/.drone.yml

14 lines
265 B
YAML
Raw Normal View History

2016-07-31 09:02:39 +00:00
publish:
docker:
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 09:07:20 +00:00
email: $$REGISTRY_EMAIL
2016-07-31 09:02:39 +00:00
file: Dockerfile.ubuntu-16.04
repo: registry.chmuul.net/ansible-controller
tag:
- ubuntu-16.04
- ubuntu
branches:
- master