Fix wrong JDK version when publish Docker snapshot (#446)

This commit is contained in:
kezhenxu94 2023-01-31 21:07:23 +08:00 committed by GitHub
parent 62266673ff
commit 0233ffffde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ jobs:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-publish-docker-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-publish-docker-
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 17
- name: Build Agent
run: make build
- uses: actions/upload-artifact@v2