Archived
1

Add drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jan-Lukas Else 2020-04-25 15:16:41 +02:00
parent 51efab763b
commit ac5447bd38

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/jsonpub
registry: quay.io
tags: latest
when:
branch:
- master
event:
exclude:
- pull_request