Skip to content

Commit 8acdb45

Browse files
committed
Cache Docker Images in build
1 parent 3788084 commit 8acdb45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Cache Docker images.
2929
uses: ScribeMD/docker-cache@e481e638abdb45e2fa30845305c387a544cc617f
3030
with:
31-
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
31+
key: docker-${{ runner.os }}-${{ hashFiles('src/test/**') }}
3232
- name: Build with Maven
3333
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)