Use selfhosted woodpcker-email image
This commit is contained in:
parent
f6780b4e95
commit
1db62cd1ae
|
@ -20,7 +20,7 @@ steps:
|
|||
platforms: linux/amd64
|
||||
tag: latest
|
||||
notify:
|
||||
image: deblan/woodpecker-email
|
||||
image: git.bluemedia.dev/bluemedia/woodpecker-email
|
||||
settings:
|
||||
from.address:
|
||||
from_secret: smtp_notify_email
|
||||
|
@ -31,5 +31,8 @@ steps:
|
|||
from_secret: smtp_notify_email
|
||||
password:
|
||||
from_secret: smtp_notify_password
|
||||
recipients_only: true
|
||||
recipients:
|
||||
from_secret: smtp_notify_recipients
|
||||
when:
|
||||
- status: [ failure ]
|
|
@ -19,7 +19,7 @@ steps:
|
|||
platforms: linux/amd64
|
||||
tag: latest
|
||||
notify:
|
||||
image: deblan/woodpecker-email
|
||||
image: git.bluemedia.dev/bluemedia/woodpecker-email
|
||||
settings:
|
||||
from.address:
|
||||
from_secret: smtp_notify_email
|
||||
|
@ -30,5 +30,8 @@ steps:
|
|||
from_secret: smtp_notify_email
|
||||
password:
|
||||
from_secret: smtp_notify_password
|
||||
recipients_only: true
|
||||
recipients:
|
||||
from_secret: smtp_notify_recipients
|
||||
when:
|
||||
- status: [ failure ]
|
|
@ -31,5 +31,8 @@ steps:
|
|||
from_secret: smtp_notify_email
|
||||
password:
|
||||
from_secret: smtp_notify_password
|
||||
recipients_only: true
|
||||
recipients:
|
||||
from_secret: smtp_notify_recipients
|
||||
when:
|
||||
- status: [ failure ]
|
Loading…
Reference in a new issue