From 7aabe9491bbafff2c8e06021fd0b3aebfe09cab5 Mon Sep 17 00:00:00 2001 From: Blallo Date: Tue, 5 May 2020 10:40:37 +0200 Subject: [PATCH] Update mailer version --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6f041b00a..aa3a9d5b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,7 +54,7 @@ clone: steps: - name: notify_success pull: if-not-exists - image: leophys/mailer:0.2 + image: leophys/mailer:0.5 environment: M_SERVER_ADDRESS: from_secret: m_server_address @@ -87,7 +87,7 @@ clone: steps: - name: notify_failure pull: if-not-exists - image: leophys/mailer:0.2 + image: leophys/mailer:0.5 environment: M_SERVER_ADDRESS: from_secret: m_server_address