713e8bf415
Gitea OCI registry sporadically rejects cache blob writes with "error writing layer blob: unknown" — this fails the build step even though the image itself was pushed successfully. Adding ignore-error=true makes cache write failures non-fatal so the build proceeds regardless of registry-side cache issues. Fixes recurring CI failure on Build and push Seed image step.