Skip to content

Commit d34bd0c

Browse files
committed
Update build.yaml
1 parent 39cfe8c commit d34bd0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

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

34+
- name: Docker cache.
35+
uses: ScribeMD/[email protected]
36+
with:
37+
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
38+
3439
- name: Build and push
3540
run: |
3641
cp tdei_uw.env .env

0 commit comments

Comments
 (0)