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:12:48 +02:00
parent a541dbd52c
commit d635cd43ff
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/jf2tg
registry: quay.io
tags: latest
when:
branch:
- master
event:
exclude:
- pull_request