Skip to content

ci: bump docker/login-action from 2 to 3 #41

ci: bump docker/login-action from 2 to 3

ci: bump docker/login-action from 2 to 3 #41

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Go tests
run: make test
- name: Setup Ko
uses: imjasonh/[email protected]
- name: Build Container
run: make build