We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d6bfd commit 11f2fe9Copy full SHA for 11f2fe9
.github/workflows/maven.yml
@@ -25,9 +25,5 @@ jobs:
25
java-version: '17'
26
distribution: 'temurin'
27
cache: maven
28
- - name: Cache Docker images.
29
- uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e
30
- with:
31
- key: docker-${{ runner.os }}-${{ hashFiles('src/test/**') }}
32
- name: Build with Maven
33
run: mvn -B package --file pom.xml
0 commit comments