Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.1 #28

Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.1

Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.1 #28

Workflow file for this run

name: build
on:
pull_request:
paths-ignore:
- 'README.md'
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: make tidy && make build
- name: Test
run: make test
ko-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: ko-build/[email protected]
env:
KO_DOCKER_REPO: ko.local
- name: Build
run: make ko-build