From 318e6b94a43b36b281fbd5ac310270140a78a8dc Mon Sep 17 00:00:00 2001 From: Diego Ximenes Date: Tue, 27 Aug 2024 14:59:16 -0300 Subject: [PATCH] Fix ci cache key --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35dc8f6..eabb854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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