Skip to content

restore vcluster-test branch #30

restore vcluster-test branch

restore vcluster-test branch #30

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@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Build
run: make tidy && make build
- name: Test
run: make test
ko-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: ko-build/[email protected]
env:
KO_DOCKER_REPO: ko.local
- name: Build
run: make ko-build