From 64c236abe79486d1690f2e8556bb9daf7567e52b Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 17 Sep 2026 01:23:56 +0000 Subject: [PATCH] ci: restore binfmt cache reads in the release docker job docker/setup-qemu-action keeps the binfmt image in the Actions cache by default (cache-image: true), which cache-mode: none blocked: the job now pulls docker.io/tonistiigi/binfmt on every run. read restores the copy the ci.yml docker job saves on main; the save this job would attempt is scoped to a tag ref no other run restores, so it stays refused. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01AKZPpJJVhgvmm2GZbX3nxV --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f743575..1c5c642 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,6 +196,7 @@ jobs: packages: write id-token: write attestations: write + cache-mode: read needs: prepare if: needs.prepare.outputs.skip_build != 'true' runs-on: ubuntu-latest