Skip to content

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1729089290 to 1.20-2.1730773767 in /src/main/docker #328

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1729089290 to 1.20-2.1730773767 in /src/main/docker

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1729089290 to 1.20-2.1730773767 in /src/main/docker #328

Workflow file for this run

name: PR CI build
on:
pull_request:
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- run: mvn -B -U clean verify