fix(ci): docker cache-export flake must not fail release deployments - #36745
fix(ci): docker cache-export flake must not fail release deployments#36745sfreudenthaler wants to merge 1 commit into
Conversation
) buildx treats a GHA cache-export error as fatal even after all image pushes succeed; on v26.07.27-01 a transient cache-service not_found cascaded into skipped Promote-latest (stale latest tag), skipped Release-Notes (empty release body), and no changelog publish. Add ignore-error=true to the gha cache-to so the write degrades to a warning. Closes: #36744 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012ogYXVeZsBVUHkwzdStYPJ
|
Claude finished @sfreudenthaler's task in 35s —— View job Code Review
New IssuesNo issues found. The change is correct and well-targeted. Adding Assessment of the review dimensions:
Minor note (pre-existing, not introduced here): the file still has no trailing newline at EOF. Not worth blocking on. Clean fix. No blocking concerns. |
|
Tick the box to add this pull request to the merge queue (same as
|
One line:
cache-to: type=gha,mode=max,ignore-error=truein the shareddeploy-dockercomposite (all pipeline images build through it). Onv26.07.27-01(run 30285041675) a transient GHA cache-servicenot_foundon the cache WRITE — after every image push had succeeded — failed the deployment job and cascaded:Promote latest tagskipped (latest still points at 26.07.21-01),Release Notesskipped (empty release body), changelog publish skipped. A build-speed optimization should never be able to do that.Closes: #36744
🤖 Generated with Claude Code
https://claude.ai/code/session_012ogYXVeZsBVUHkwzdStYPJ