Skip to content

Update registry.access.redhat.com/ubi8/openjdk-21 Docker tag to v1.20… #55

Update registry.access.redhat.com/ubi8/openjdk-21 Docker tag to v1.20…

Update registry.access.redhat.com/ubi8/openjdk-21 Docker tag to v1.20… #55

Workflow file for this run

name: Java CI
on:
push:
pull_request:
schedule: [ cron: '55 12 * * 5' ]
jobs:
build:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'
- name: Build (skipITs)
run: mvn --batch-mode --show-version --no-transfer-progress -D CI=GitHub install