From 1db62cd1ae9fa1febece8ca97cdc0317f964c71d Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sun, 5 Nov 2023 02:26:04 +0100 Subject: [PATCH] Use selfhosted woodpcker-email image --- .woodpecker/matrix-media-repo.yaml | 5 ++++- .woodpecker/wattpad-downloader.yaml | 5 ++++- .woodpecker/woodpecker-email.yaml | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.woodpecker/matrix-media-repo.yaml b/.woodpecker/matrix-media-repo.yaml index d68f57c..762bb7f 100644 --- a/.woodpecker/matrix-media-repo.yaml +++ b/.woodpecker/matrix-media-repo.yaml @@ -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 ] \ No newline at end of file diff --git a/.woodpecker/wattpad-downloader.yaml b/.woodpecker/wattpad-downloader.yaml index 67a2055..635f2f6 100644 --- a/.woodpecker/wattpad-downloader.yaml +++ b/.woodpecker/wattpad-downloader.yaml @@ -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 ] \ No newline at end of file diff --git a/.woodpecker/woodpecker-email.yaml b/.woodpecker/woodpecker-email.yaml index 177fac3..0b047fd 100644 --- a/.woodpecker/woodpecker-email.yaml +++ b/.woodpecker/woodpecker-email.yaml @@ -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 ] \ No newline at end of file