Skip to content

Commit

Permalink
Fix daily build for 2201.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
malinthar committed Aug 27, 2023
1 parent dc1d78b commit afa4817
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: 2201.8.x
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '17.0.7'
- name: Get daily docker version
id: version
run: echo "::set-output name=version::$(date +'%Y-%m-%d')"
Expand Down

0 comments on commit afa4817

Please sign in to comment.