This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/.drone.yml

22 lines
372 B
YAML

---
kind: pipeline
name: linters
steps:
- name: publish image
image: plugins/docker
settings:
auto_tag: true
username: thecoopcloud
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/outline-with-patch
tags: latest
when:
event:
exclude:
- pull_request
trigger:
branch:
- main