plugin-gotify/.woodpecker.yml

42 lines
974 B
YAML
Raw Permalink Normal View History

2022-01-10 12:38:42 +00:00
pipeline:
release-latest:
image: plugins/docker
settings:
repo: registry.t-juice.club/plugin-gotify
registry: registry.t-juice.club
username: woodpecker
password:
from_secret: registry_password
tags:
- latest
- "${CI_COMMIT_SHA:0:8}"
when:
branch: master
event: push
release-tagged:
image: plugins/docker
settings:
repo: registry.t-juice.club/plugin-gotify
registry: registry.t-juice.club
username: woodpecker
password:
from_secret: registry_password
tags:
- "${CI_COMMIT_TAG}"
when:
event: [tag]
2022-01-10 12:45:26 +00:00
notify:
image: registry.t-juice.club/plugin-gotify
2022-01-10 14:10:43 +00:00
pull: true
2022-01-10 12:45:26 +00:00
settings:
gotify_url: https://gotify.t-juice.club
gotify_token:
from_secret: gotify_token
title: plugin-gotify updated
message: latest update to ${CI_COMMIT_SHA:0:8}
when:
branch: master
event: [push]