From dd63ea9481daa00f8132b56068f2a95f48f4830e Mon Sep 17 00:00:00 2001 From: Joe Matthew Date: Sun, 11 Aug 2024 18:57:34 +0200 Subject: [PATCH] fix: cache build --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf6dfd1..746f112 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,9 +69,9 @@ jobs: uses: actions/cache@v4 with: path: /tmp/.buildx-cache - key: ${{ runner.os }}-buildx-v1.0-service-node-${{ github.ref_name }} + key: ${{ runner.os }}-buildx-v1.0-service-node-${{ matrix.arch}}-${{ github.ref_name }} restore-keys: | - ${{ runner.os }}-buildx-v1.0-service-node- + ${{ runner.os }}-buildx-v1.0-service-node-${{ matrix.arch}}- - name: Check docker config and disable live reload run: |