From 6a379cb501ccab7e74d54caa75bd80928233b389 Mon Sep 17 00:00:00 2001 From: Derek Paschal Date: Mon, 19 Jun 2023 22:47:18 -0500 Subject: [PATCH] Updating image to not use cache --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7d213d1..8962f99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,4 +24,5 @@ steps: platforms: - linux/amd64 - linux/arm64 - - linux/arm/v7 \ No newline at end of file + - linux/arm/v7 + no_cache: true \ No newline at end of file