Skip to content

build(deps): bump ubi8/openjdk-17-runtime from 1.16-2 to 1.17-1 in /src/main/docker #138

build(deps): bump ubi8/openjdk-17-runtime from 1.16-2 to 1.17-1 in /src/main/docker

build(deps): bump ubi8/openjdk-17-runtime from 1.16-2 to 1.17-1 in /src/main/docker #138

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: '17'
distribution: 'temurin'
cache: 'maven'
- run: mvn -B -U clean verify