Skip to content

gcr.io/google_containers is the same as gcr.io/google-containers #207

gcr.io/google_containers is the same as gcr.io/google-containers

gcr.io/google_containers is the same as gcr.io/google-containers #207

Workflow file for this run

name: build-and-test
on:
push:
branches:
- "**"
tags-ignore:
- "*"
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.0
with:
go-version: "1.20.1"
- name: Build and test
run: make