Add .drone.yml.

This commit is contained in:
Alexis Lahouze 2018-11-04 04:04:07 +01:00 committed by root
parent 557a83a1d2
commit 33dcc7a86b
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
pipeline:
docker:
image: plugins/docker
tags:
- latest
registry: registry.lahouze.org
repo: gentoo/builder
secrets: [registry_username, registry_password]