Skip to content

Commit

Permalink
fix: cache build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpantos committed Aug 11, 2024
1 parent 33bfb69 commit dd63ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit dd63ea9

Please sign in to comment.