Skip to content

Build image

Build image #2

Workflow file for this run

name: Build image
on:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 11
cache: maven
- name: Build with Maven
run: mvn jib:dockerBuild -f visualization