mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
19 lines
382 B
YAML
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
|