1
Fork 0

Add drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jan-Lukas Else 2020-04-25 15:06:57 +02:00
parent 7599ebe944
commit 2bb44694cd
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
kind: pipeline
name: default
steps:
- name: publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quay.io/jlelse/wmhelper
registry: quay.io
tags: latest
when:
branch:
- master
event:
exclude:
- pull_request