Skip to content

build(deps): bump ubi8/ubi from 8.10 to 8.10-1304.1751400627 #185

build(deps): bump ubi8/ubi from 8.10 to 8.10-1304.1751400627

build(deps): bump ubi8/ubi from 8.10 to 8.10-1304.1751400627 #185

Workflow file for this run

name: PRs checks
on:
pull_request:
branches:
- main
jobs:
setup-image:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build setup image
run: make build
- name: Build UBI based setup image
run: make build \
DOCKERFILE=Dockerfile-ubi \
TAG_SUFFIX=-ubi