Skip to content

Build and push docker image with many platforms #41

Build and push docker image with many platforms

Build and push docker image with many platforms #41

Workflow file for this run

name: "CI"
on: [push, pull_request]
jobs:
build:
name: Build Lint Test
runs-on: ubuntu-latest
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.2.1
- name: Check out code
uses: actions/checkout@v1
- name: Install deps
run: sudo snap install yq
- name: Build
run: make build
- name: Lint
run: make lint
- name: Config
run: make config
- name: Test
run: make integration-test