Skip to content

OCPBUGS-17157: *: detect when all objects are labelled, restart #2204

OCPBUGS-17157: *: detect when all objects are labelled, restart

OCPBUGS-17157: *: detect when all objects are labelled, restart #2204

Workflow file for this run

name: build
on:
pull_request:
workflow_dispatch:
jobs:
image:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build the container image
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
push: false