From e475e8151de9a3045a8a3741f2d9d1476f8ceda3 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 7 Feb 2022 09:56:31 -0800 Subject: [PATCH] set pull: always on notify image --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index c22c5124d..f473ef6fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: - ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA} - name: notify-mattermost image: registry.sean.farm/mattermost-notify + pull: always environment: token: from_secret: mattermost-token