gotosocial/.drone.yml

19 lines
382 B
YAML
Raw Normal View History

2021-08-10 16:32:55 +00:00
kind: pipeline
type: docker
name: dockerpublish
steps:
- name: publish image
image: plugins/docker
settings:
auto_tag: true
username:
from_secret: gts_docker_username
password:
from_secret: gts_docker_password
repo: superseriousbusiness/gotosocial
tags: latest
when:
event:
exclude:
- pull_request