Skip to content

bump go-containerregistry v0.19.1 to fix pull image #158

bump go-containerregistry v0.19.1 to fix pull image

bump go-containerregistry v0.19.1 to fix pull image #158

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
name: Unit test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- run: make unit-test
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Compile
run: make build