Skip to content

ci: update docker/login-action action to v4.4.0 #599

ci: update docker/login-action action to v4.4.0

ci: update docker/login-action action to v4.4.0 #599

Workflow file for this run

name: build
on:
push:
branches-ignore:
- renovate/**
pull_request:
branches:
- master
jobs:
docker:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7.0.0
- name: Install Go
uses: actions/setup-go@v6.5.0
with:
go-version-file: go.mod
- run: go build ./...
name: Build Binary
env:
CGO_ENABLED: "0"