Skip to content

Commit

Permalink
GitHub Actions - configurable maven version
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <[email protected]>
  • Loading branch information
dmatej committed Nov 1, 2024
1 parent a9d6f19 commit fa74e47
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
uses: actions/checkout@v4

- name: Maven Configure
uses: actions/setup-java@v4
uses: s4u/setup-[email protected]
with:
java-version: '21'
distribution: 'temurin'
checkout-enabled: false
java-version: 21
java-distribution: 'temurin'
maven-version: '3.9.9'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit fa74e47

Please sign in to comment.