Skip to content

Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible #264

Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible

Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible #264

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Checkout code
uses: actions/checkout@v3
- name: Display go version
run: go version
- name: make build
run: make build