Skip to content

Commit

Permalink
Cache Docker Images in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jan 14, 2024
1 parent 3788084 commit 8acdb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Cache Docker images.
uses: ScribeMD/docker-cache@e481e638abdb45e2fa30845305c387a544cc617f
with:
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
key: docker-${{ runner.os }}-${{ hashFiles('src/test/**') }}
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 8acdb45

Please sign in to comment.