Skip to content

Update readme with link to Docker image. Update checkout action in GH… #2

Update readme with link to Docker image. Update checkout action in GH…

Update readme with link to Docker image. Update checkout action in GH… #2

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 17
distribution: temurin
- name: Build with Maven
run: mvn -B package --file pom.xml