From 28ab98df0ff79b1a2fdeba00297aff7f237a41e6 Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 9 Feb 2026 20:55:13 -0700 Subject: [PATCH] fix(ci): re-enable claudebox Kaniko cache after registry cleanup Registry was full (29.4GB/30GB) causing DIGEST_INVALID on all image pushes. Cleaned old test project repos, expanded PVC from 30Gi to 80Gi, re-enabled cache. 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 b0fc46a..aeff386 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -57,7 +57,7 @@ steps: - ${CI_COMMIT_SHA:0:8} context: . dockerfile: Dockerfile - cache: false + cache: true skip_tls_verify: true when: <<: *when_main