fix(ci): disable kaniko cache for claudebox to fix DIGEST_INVALID
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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 <noreply@anthropic.com>
This commit is contained in:
jordan 2026-02-09 20:21:22 -07:00
parent 9f957d6e75
commit 4a7fbe8faa

View File

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