Skip to content

Commit

Permalink
Fix ci cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Aug 27, 2024
1 parent 91b59a8 commit 318e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashFiles('Dockerfile') }}
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
restore-keys: ${{ runner.os }}-buildx-

- name: Startup Nitro testnode
Expand Down

0 comments on commit 318e6b9

Please sign in to comment.