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