Fix CI email notification
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/cron/docker Pipeline was successful

This commit is contained in:
Oliver Traber 2023-11-05 15:37:42 +01:00
parent f91def5f69
commit 5dd780c081
Signed by: Bluemedia
GPG key ID: C0674B105057136C

View file

@ -10,16 +10,18 @@ steps:
tag: latest tag: latest
notify: notify:
image: deblan/woodpecker-email image: git.bluemedia.dev/bluemedia/woodpecker-email
settings: settings:
from.address: from:
from_secret: smtp_notify_email from_secret: smtp_notify_email
from.name: Woodpecker CI
host: host:
from_secret: smtp_notify_host from_secret: smtp_notify_host
username: username:
from_secret: smtp_notify_email from_secret: smtp_notify_username
password: password:
from_secret: smtp_notify_password from_secret: smtp_notify_password
recipients_only: true
recipients:
from_secret: smtp_notify_recipients
when: when:
- status: [ failure ] - status: [ failure ]