From e2caf097a35d4aeb1d36eeda5a9118a9b93f054e Mon Sep 17 00:00:00 2001 From: blallo Date: Tue, 5 May 2020 10:41:42 +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 55acdb28e..9b5517b38 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,7 +53,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 @@ -86,7 +86,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