Use selfhosted woodpcker-email image
This commit is contained in:
parent
f6780b4e95
commit
1db62cd1ae
|
@ -20,7 +20,7 @@ steps:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
notify:
|
notify:
|
||||||
image: deblan/woodpecker-email
|
image: git.bluemedia.dev/bluemedia/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
from.address:
|
from.address:
|
||||||
from_secret: smtp_notify_email
|
from_secret: smtp_notify_email
|
||||||
|
@ -31,5 +31,8 @@ steps:
|
||||||
from_secret: smtp_notify_email
|
from_secret: smtp_notify_email
|
||||||
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 ]
|
|
@ -19,7 +19,7 @@ steps:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
notify:
|
notify:
|
||||||
image: deblan/woodpecker-email
|
image: git.bluemedia.dev/bluemedia/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
from.address:
|
from.address:
|
||||||
from_secret: smtp_notify_email
|
from_secret: smtp_notify_email
|
||||||
|
@ -30,5 +30,8 @@ steps:
|
||||||
from_secret: smtp_notify_email
|
from_secret: smtp_notify_email
|
||||||
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 ]
|
|
@ -31,5 +31,8 @@ steps:
|
||||||
from_secret: smtp_notify_email
|
from_secret: smtp_notify_email
|
||||||
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 ]
|
Loading…
Reference in a new issue