Skip to content

Commit

Permalink
changed pipe with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
candreac committed Nov 13, 2023
1 parent f75756d commit e1277a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Set up JDK 17
uses: actions/setup-java@v3
- name: Setup JDK
uses: graalvm/setup-graalvm@v1
with:
distribution: 'graalvm'
java-version: '17'
cache: maven
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build, tag, and push docker image to Amazon ECR
env:
Expand Down

0 comments on commit e1277a2

Please sign in to comment.