ci: add ignore-error=true to all cache-to targets

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.
This commit is contained in:
2026-08-05 08:54:00 +00:00
parent 8d42bfffc9
commit 713e8bf415
+1 -187
View File
File diff suppressed because one or more lines are too long