We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6226667 commit 0233fffCopy full SHA for 0233fff
1 file changed
.github/workflows/publish-docker.yaml
@@ -41,6 +41,10 @@ jobs:
41
path: ~/.m2/repository
42
key: ${{ runner.os }}-maven-publish-docker-${{ hashFiles('**/pom.xml') }}
43
restore-keys: ${{ runner.os }}-maven-publish-docker-
44
+ - uses: actions/setup-java@v2
45
+ with:
46
+ distribution: temurin
47
+ java-version: 17
48
- name: Build Agent
49
run: make build
50
- uses: actions/upload-artifact@v2
0 commit comments