Skip to content

Fixes #200 - Integrate building of Docker images into POM file #148

Fixes #200 - Integrate building of Docker images into POM file

Fixes #200 - Integrate building of Docker images into POM file #148

Workflow file for this run

name: build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: mvn -B package