Skip to content

Introduce CI pipelines to test and build image #2

Introduce CI pipelines to test and build image

Introduce CI pipelines to test and build image #2

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: false
- name: Build the Docker image
run: make builder-run