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 c61f466 commit 3788084
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Cache Docker images.
uses: ScribeMD/docker-cache@e481e638abdb45e2fa30845305c387a544cc617f
with:
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 3788084

Please sign in to comment.