Skip to content

Update registry.access.redhat.com/ubi8/openjdk-17 Docker tag to v1.18-2.1705573234 - autoclosed #14

Update registry.access.redhat.com/ubi8/openjdk-17 Docker tag to v1.18-2.1705573234 - autoclosed

Update registry.access.redhat.com/ubi8/openjdk-17 Docker tag to v1.18-2.1705573234 - autoclosed #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
# Needed for nx-set-shas when run on the main branch
permissions:
actions: read
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/nx-affected-target
with:
target: build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/nx-affected-target
with:
target: test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/nx-affected-target
with:
target: lint