mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
281: fix mail notification regression
This commit is contained in:
parent
cdb0123ae2
commit
ccd746e9cc
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -169,6 +169,7 @@ func runUpdatesWithNotifications(filter container.Filter) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println(err)
|
log.Println(err)
|
||||||
}
|
}
|
||||||
|
notifier.SendNotification()
|
||||||
}
|
}
|
||||||
|
|
||||||
func setEnvOptStr(env string, opt string) error {
|
func setEnvOptStr(env string, opt string) error {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue