From 0da084271e4b70be938efbaeb3ed580cf58dd6fa Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Fri, 10 Apr 2026 22:08:03 +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 e65ec22..7d86fb9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -42,3 +42,4 @@ steps: password: from_secret: REGISTRY_PASSWORD platforms: linux/amd64 + no_cache: true