fix(ci): re-enable claudebox Kaniko cache after registry cleanup
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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 <noreply@anthropic.com>
This commit is contained in:
jordan 2026-02-09 20:55:13 -07:00
parent 4a7fbe8faa
commit 28ab98df0f

View File

@ -57,7 +57,7 @@ steps:
- ${CI_COMMIT_SHA:0:8}
context: .
dockerfile: Dockerfile
cache: false
cache: true
skip_tls_verify: true
when:
<<: *when_main