From 4a7fbe8faad074c4178adb8f3193c343defec142 Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 9 Feb 2026 20:21:22 -0700 Subject: [PATCH] fix(ci): disable kaniko cache for claudebox to fix DIGEST_INVALID Corrupt cache blobs in rdev/claudebox/cache cause DIGEST_INVALID on push. Disable cache temporarily to force a clean build. Can re-enable once a good image is pushed and the cache is rebuilt. Co-Authored-By: Claude Opus 4.6 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index aeff386..b0fc46a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -57,7 +57,7 @@ steps: - ${CI_COMMIT_SHA:0:8} context: . dockerfile: Dockerfile - cache: true + cache: false skip_tls_verify: true when: <<: *when_main