mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-16 14:52:35 -05:00
The image build succeeds but exporting to the GHA cache fails with 'failed to reserve cache' under concurrent preview builds against the 10 GiB budget, and buildx treats that as fatal. #3053 (mode=max->min) did not fix it. Remove cache-from/cache-to type=gha entirely so the Preview build is decoupled from the cache budget.