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 137163a commit cf9b3caCopy full SHA for cf9b3ca
.github/workflows/maven-master.yml
@@ -18,13 +18,8 @@ jobs:
18
uses: actions/setup-java@v3
19
with:
20
java-version: ${{ matrix.java }}
21
- - name: Cache local Maven repository
22
- uses: actions/cache@v2
23
- with:
24
- path: ~/.m2/repository
25
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
26
- restore-keys: |
27
- ${{ runner.os }}-maven-
+ distribution: temurin
+ cache: maven
28
- name: Docker Login
29
run: |
30
docker login --username=${{ secrets.DOCKERHUB_SB_USERNAME }} --password=${{ secrets.DOCKERHUB_SB_PASSWORD }}
0 commit comments