Fix diun
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-23 08:04:55 +01:00
parent 676187d655
commit 1aa89ca90f
2 changed files with 337 additions and 339 deletions

View File

@ -10,8 +10,6 @@ notif:
password: "{{ diun.matrix.password }}"
roomID: "{{ diun.matrix.roomID }}"
msgType: notice
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.
{{ if (eq .Entry.Status "new") }}See https://github.com/jitsi/docker-jitsi-meet/releases/tag/{{ .Entry.Image.Tag }}{{ end }}{% endraw %}