From ab24bcca7be75126c709e3ffef227a4d93b21f24 Mon Sep 17 00:00:00 2001 From: shnee Date: Mon, 30 Jan 2023 15:24:32 -0500 Subject: [PATCH] Attempt to Make Drone Always Pull Images --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 12fb9d6..252b9cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ --- kind: pipeline type: docker +pull: always name: docker-build steps: