Add .drone.yml for autobuild gbp image

This commit is contained in:
Victor LABORIE 2019-05-03 11:16:53 +02:00
parent 451bc0e81d
commit aad48cc476

14
.drone.yml Normal file
View file

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: gbp/Dockerfile
repo: evolix/gbp
tags: latest