RouxAntoine 3b1893d836
Some checks reported warnings
Release / build (push) Has been cancelled
feature: spring boot java sample application
2023-11-04 17:45:45 +01:00

20 lines
352 B
YAML

name: Release
on:
push:
branches:
- main
jobs:
build:
runs-on: runner
container:
image: catthehacker/ubuntu:act-latest
steps:
- uses: RouxAntoine/checkout@v3.5.4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
- run: ./mvnw verify jib:build