Skip to content

Commit 8d4e5a0

Browse files
committed
Update build.yaml
1 parent f2ccb80 commit 8d4e5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
run:
3232
./gen-rel-notes.sh > CHANGELOG
3333

34-
- name: Docker cache.
34+
- name: Docker cache
3535
uses: ScribeMD/[email protected]
3636
with:
37-
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
37+
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }}
3838

3939
- name: Build and push
4040
run: |

0 commit comments

Comments
 (0)