Skip to content

Commit

Permalink
Removed docker cache. Doesn't seem correct
Browse files Browse the repository at this point in the history
  • Loading branch information
simasch committed Dec 29, 2023
1 parent 973e2ba commit 2cd2708
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B verify --file pom.xml
run: mvn -B verify

0 comments on commit 2cd2708

Please sign in to comment.