You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add KOCACHE to speed up ko builds in GitHub Actions
Port KOCACHE optimization from pipelines-as-code to tektoncd/pipeline.
This caches ko layer metadata between workflow runs, avoiding redundant
compression and speeding up builds on cache hits.
Changes:
- ci.yaml: Add KOCACHE to multi-arch-build job
- e2e-matrix.yml: Add KOCACHE to e2e-tests job (with arch in cache key)
- e2e-matrix-extras.yaml: Add KOCACHE to e2e-extras job
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
0 commit comments