Skip to content

Commit

Permalink
Use glob for hash of Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGranowski committed Sep 29, 2024
1 parent a498688 commit da0700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
id: docker-cache
uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # 0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('./images/alpine/Dockerfile', './images/busybox/Dockerfile', './images/debian/Dockerfile', './images/ubuntu/Dockerfile') }}
key: docker-${{ runner.os }}-${{ hashFiles('./images/**/Dockerfile') }}

- name: Run Tests
run: |
Expand Down

0 comments on commit da0700e

Please sign in to comment.