Skip to content

Commit 852ef9c

Browse files
committed
Include package.json for cache invalidate
1 parent b4c83f0 commit 852ef9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: cache
4141
with:
4242
path: cache-mount
43-
key: cache-mount-${{ hashFiles('Dockerfile', 'package-*.json') }}
43+
key: cache-mount-${{ hashFiles('Dockerfile', 'package*.json') }}
4444

4545
- name: Inject docker mount cache
4646
uses: reproducible-containers/buildkit-cache-dance@v3

0 commit comments

Comments
 (0)