Skip to content

gh: build and push container image #4

gh: build and push container image

gh: build and push container image #4

name: build and push container image
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Install dependencies
run: lein deps
- name: build
run: make