Skip to content

ubi container - add CI workflow to validate the UBI container build #2

ubi container - add CI workflow to validate the UBI container build

ubi container - add CI workflow to validate the UBI container build #2

Workflow file for this run

jobs:
compose:
name: ubi-container-build-test
runs-on: ubuntu-latest
steps:
- name: Build the container image
run: docker build -f DockerfileUBI
name: DockerUBI
on:
pull_request: {}