Skip to content

Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-1130 - autoclosed #172

Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-1130 - autoclosed

Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-1130 - autoclosed #172

Workflow file for this run

name: Build
on:
pull_request:
merge_group:
push:
branches:
- 'main'
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Test
run: ./mvnw -ntp verify