Tobias Manske
579bb20e84
All checks were successful
continuous-integration/drone/push Build is passing
22 lines
799 B
YAML
22 lines
799 B
YAML
watch:
|
|
workers: 20
|
|
schedule: "0 */6 * * *"
|
|
firstCheckNotif: false
|
|
|
|
notif:
|
|
discord:
|
|
webhookURL: {{ diun.discord.webhook }}
|
|
mentions:
|
|
- "@here"
|
|
renderFields: true
|
|
timeout: 10s
|
|
templateBody: |
|
|
{% raw %}
|
|
Docker tag {{ if .Entry.Image.HubLink }}[**{{ .Entry.Image }}**]({{ .Entry.Image.HubLink }}){{ else }}**{{ .Entry.Image }}**{{ end }} which you subscribed to through {{ .Entry.Provider }} provider {{ if (eq .Entry.Status "new") }}is available{{ else }}has been updated{{ end }} on {{ .Entry.Image.Domain }} registry (triggered by {{ .Meta.Hostname }} host).
|
|
{{ if (eq .Entry.Status "new") }}See https://github.com/jitsi/docker-jitsi-meet/releases/tag/{{ .Entry.Image.Tag }}{{ end }}
|
|
{% endraw %}
|
|
|
|
providers:
|
|
file:
|
|
filename: /watch.yml
|