fix: downgrade buildx cache export from mode=max to mode=min #6

Merged
bvandeusen merged 0 commits from dev into main 2026-03-16 12:41:39 -04:00
bvandeusen commented 2026-03-16 12:41:31 -04:00 (Migrated from git.fabledsword.com)

mode=max exports all intermediate layer blobs which exceeded the Forgejo
registry's blob upload size limit (400 Bad Request). mode=min only exports
the final image layers, keeping cache entries small enough for the registry.
The actual image build and push was succeeding; only the cache write failed.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

mode=max exports all intermediate layer blobs which exceeded the Forgejo registry's blob upload size limit (400 Bad Request). mode=min only exports the final image layers, keeping cache entries small enough for the registry. The actual image build and push was succeeding; only the cache write failed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledScribe#6