Skip to content

containerdregistry: honor REGISTRY_AUTH_FILE or DOCKER_CONFIG, if set #389

containerdregistry: honor REGISTRY_AUTH_FILE or DOCKER_CONFIG, if set

containerdregistry: honor REGISTRY_AUTH_FILE or DOCKER_CONFIG, if set #389

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: make build