Skip to content

Commit 6b7e990

Browse files
committed
Include config in ccache hash
Fix the hashFiles glob to include config. Signed-off-by: Lorenz Bauer <[email protected]>
1 parent 674980e commit 6b7e990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/cache@v4
5555
with:
5656
path: ccache
57-
key: ccache-${{ inputs.kernel_version }}-${{ hashFiles('config-*') }}
57+
key: ccache-${{ inputs.kernel_version }}-${{ hashFiles('config*') }}
5858

5959
- name: Inject ccache into builder
6060
uses: reproducible-containers/[email protected]

0 commit comments

Comments
 (0)