From da8a7e34e192ca1e2060e5c5e45659c0abd23c3a Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 6 Jan 2025 23:54:51 +0000 Subject: [PATCH] split cache by target CPU --- .github/workflows/publish-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 1e7a8cbe..179e1197 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -135,6 +135,8 @@ jobs: # It manually injects the mounts into Docker. # We use - uses: Swatinem/rust-cache@v2 + with: + prefix-key: v0-rust-${{matrix.target}} id: rust-cache - name: Inject cache into Docker