We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c83f0 commit 852ef9cCopy full SHA for 852ef9c
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
id: cache
41
with:
42
path: cache-mount
43
- key: cache-mount-${{ hashFiles('Dockerfile', 'package-*.json') }}
+ key: cache-mount-${{ hashFiles('Dockerfile', 'package*.json') }}
44
45
- name: Inject docker mount cache
46
uses: reproducible-containers/buildkit-cache-dance@v3
0 commit comments