From 549673664d0550044d3fdaeb8ea24231c7e831ac Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Fri, 4 Feb 2022 13:34:28 -0800 Subject: [PATCH] custom image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 832d3be6..d4ea00d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,11 +8,11 @@ clone: steps: - name: build 386 - image: registry.sean.farm/honda-builder + image: registry.sean.farm/honda-builder:4 commands: - ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA} - name: notify-mattermost - image: dabankio/drone-plugin-mattermost + image: registry.sean.farm/mattermost-notify environment: token: from_secret: mattermost-token