We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674980e commit 6b7e990Copy full SHA for 6b7e990
.github/workflows/build-and-push.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: actions/cache@v4
55
with:
56
path: ccache
57
- key: ccache-${{ inputs.kernel_version }}-${{ hashFiles('config-*') }}
+ key: ccache-${{ inputs.kernel_version }}-${{ hashFiles('config*') }}
58
59
- name: Inject ccache into builder
60
uses: reproducible-containers/[email protected]
0 commit comments