Skip to content

Commit

Permalink
Update docker-ci.yml
Browse files Browse the repository at this point in the history
    - name: Set up archived Oracle JDK 17.0.3.1
      uses: oracle-actions/setup-java@v1
      with:
        website: oracle.com
        release: 17
        version: 17.0.3.1
  • Loading branch information
mnelakurti authored Feb 6, 2023
1 parent 74fdc16 commit 280e70f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
run: |
echo "Authenticate to Docker"
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Set up archived Oracle JDK 17.0.3.1
uses: oracle-actions/setup-java@v1
with:
website: oracle.com
release: 17
version: 17.0.3.1
- name: Maven build
run: |
echo "maven build - Clean install"
Expand Down

0 comments on commit 280e70f

Please sign in to comment.