Skip to content

chore: another tweak to readme #35

chore: another tweak to readme

chore: another tweak to readme #35

Workflow file for this run

name: Docker
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make build-docker