From ff43578259ed2001db14b81ab35cd10d29989a72 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Fri, 10 Apr 2026 22:08:02 +0200 Subject: [PATCH] fix(ci): disable buildx cache to avoid https cache export --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1333770..4b80e14 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,3 +19,4 @@ steps: password: from_secret: REGISTRY_PASSWORD platforms: linux/amd64 + no_cache: true