Skip to content

Commit 3788084

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ jobs:
2525
java-version: '17'
2626
distribution: 'temurin'
2727
cache: maven
28+
- name: Cache Docker images.
29+
uses: ScribeMD/docker-cache@e481e638abdb45e2fa30845305c387a544cc617f
30+
with:
31+
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
2832
- name: Build with Maven
2933
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)