hugo-micropub/.drone.yml

20 lines
380 B
YAML
Raw Permalink Normal View History

2020-04-26 13:00:57 +00:00
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/hugo-micropub
registry: quay.io
tags: latest
when:
branch:
- master
event:
exclude:
- pull_request