Add .drone.yml for autobuild gbp image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Victor LABORIE 2019-05-03 11:16:53 +02:00
parent 451bc0e81d
commit aad48cc476
1 changed files with 14 additions and 0 deletions

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