docker-mastodon/.woodpecker.yml

14 lines
264 B
YAML
Raw Permalink Normal View History

2021-12-09 03:45:56 +00:00
pipeline:
publish:
image: plugins/docker
2021-12-10 13:15:27 +00:00
settings:
registry: registry.nulo.in
repo: registry.nulo.in/nulo/mastodon
tags: latest
username: sutty
2021-12-09 03:45:56 +00:00
secrets:
- docker_password
when:
branch: master
event: push