mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
feat(notifications): add json template (#1542)
This commit is contained in:
parent
8464e0dece
commit
547d033460
5 changed files with 211 additions and 14 deletions
|
@ -35,5 +35,6 @@ var commonTemplates = map[string]string{
|
|||
no containers matched filter
|
||||
{{- end -}}
|
||||
{{- end -}}`,
|
||||
}
|
||||
|
||||
`json.v1`: `{{ . | ToJSON }}`,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue