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 10b714b commit f75756d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'graalvm'
java-version: '17'
cache: maven

- name: Build, tag, and push docker image to Amazon ECR
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down

0 comments on commit f75756d

Please sign in to comment.