comment out
Some checks failed
Tests / Run on Ubuntu (push) Successful in 1m43s
Lint / Run on Ubuntu (push) Successful in 3m57s
Build images / Build docker image (push) Failing after 3m4s

This commit is contained in:
Chris Richardson
2025-07-02 22:55:03 -04:00
parent 5f2f26a83a
commit 076325f873

View File

@@ -1,15 +1,13 @@
name: Build images
on:
workflow_run:
workflows: ["Lint", "Tests"]
types:
- completed
push:
pull_request:
#make docker-build docker-push IMG=example/virtualhost-operator:latest
jobs:
build-docker:
name: Build docker image
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-20.04
steps: