Skip to content

πŸ”– (v0.9.0): add docker support (#21) #1

πŸ”– (v0.9.0): add docker support (#21)

πŸ”– (v0.9.0): add docker support (#21) #1

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [ "main" ]
pull_request: [ "main" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: cd docker && make build