Skip to content

ci: update docker/build-push-action action to v6 #231

ci: update docker/build-push-action action to v6

ci: update docker/build-push-action action to v6 #231

Workflow file for this run

name: build
on:
push:
branches-ignore:
- renovate/**
pull_request:
branches:
- master
jobs:
docker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- run: go get ./...
- run: go build ./...
name: Build Binary
env:
CGO_ENABLED: '0'