Skip to content

Bump docker/build-push-action from 6 to 7 #772

Bump docker/build-push-action from 6 to 7

Bump docker/build-push-action from 6 to 7 #772

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
name: Go test
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make test
build:
runs-on: ubuntu-latest
name: Go build
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make build
file bin/manager