Skip to content

tests: General improvements to operator script #141

tests: General improvements to operator script

tests: General improvements to operator script #141

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Download controller-gen
run: make controller-gen
- name: Download kustomize
run: make kustomize
- name: Download envtest
run: make envtest
- name: Build controller
run: make build
- name: Build bundle
run: make bundle IMG=quay.io/confidential-containers/operator:latest