Skip to content

build(deps): bump actions/checkout from 4 to 5 #187

build(deps): bump actions/checkout from 4 to 5

build(deps): bump actions/checkout from 4 to 5 #187

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@v5
- name: Build setup image
run: make build
- name: Build UBI based setup image
run: make build \
DOCKERFILE=Dockerfile-ubi \
TAG_SUFFIX=-ubi