Skip to content

Bump radcortez/milestone-release-action from 2acb408c26989c8a6db893eb3a3dea9cd1f4d875 to adcd8a85016fe9d01d95013adc121666101e3d62 #588

Bump radcortez/milestone-release-action from 2acb408c26989c8a6db893eb3a3dea9cd1f4d875 to adcd8a85016fe9d01d95013adc121666101e3d62

Bump radcortez/milestone-release-action from 2acb408c26989c8a6db893eb3a3dea9cd1f4d875 to adcd8a85016fe9d01d95013adc121666101e3d62 #588

Workflow file for this run

name: Build
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
types: [ opened, reopened, synchronize ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup JDK
uses: actions/setup-java@v5
with:
java-version: '25'
distribution: 'temurin'
cache: maven
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn verify -P container-image -B --no-transfer-progress