Skip to content

Harden release workflow against non-fatal Buildx GHA cache export failures#23

Closed
YouKyi with Copilot wants to merge 2 commits into
masterfrom
copilot/fix-version-bump-and-release-job
Closed

Harden release workflow against non-fatal Buildx GHA cache export failures#23
YouKyi with Copilot wants to merge 2 commits into
masterfrom
copilot/fix-version-bump-and-release-job

Conversation

Copilot AI commented Jul 14, 2026

Copy link
Copy Markdown

version-bump-and-release was failing after a successful image build/push because Buildx could not reserve GitHub Actions cache storage (error writing layer blob: failed to reserve cache). This change prevents transient/infra cache-export failures from aborting the release job.

  • Workflow reliability

    • Updated .github/workflows/auto-version.yml to make Buildx cache export best-effort instead of fail-fast.
    • Keeps version bump, tag push, and GHCR image publish behavior unchanged.
  • Targeted change

    • Docker build step now tolerates cache export failures while still using cache when available.
cache-from: type=gha
cache-to: type=gha,mode=max,ignore-error=true

Copilot AI changed the title [WIP] Fix failing GitHub Actions job version-bump-and-release Harden release workflow against non-fatal Buildx GHA cache export failures Jul 14, 2026
Copilot AI requested a review from YouKyi July 14, 2026 13:55
@YouKyi YouKyi closed this Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants