comment out
This commit is contained in:
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user