gotosocial/.drone.yml
tsmethurst 8330263965 ahhh
2021-08-10 18:33:43 +02:00

19 lines
382 B
YAML

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