jlelse
/
BunnyPurge
Archived
1
Fork 0
This repository has been archived on 2020-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
BunnyPurge/.drone.yml

20 lines
377 B
YAML
Raw Normal View History

2020-05-17 09:52:42 +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/bunnypurge
registry: quay.io
tags: latest
when:
branch:
- master
event:
exclude:
- pull_request