From da0700e6067e4c65e29b2b3d8e33065ecdd7e59b Mon Sep 17 00:00:00 2001 From: AJ Granowski Date: Sat, 28 Sep 2024 22:12:06 -0700 Subject: [PATCH] Use glob for hash of Dockerfiles --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f4eb72d..e27e507 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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: |