Skip to content

🐛 (Makefile) pull deployed #39

🐛 (Makefile) pull deployed

🐛 (Makefile) pull deployed #39

Workflow file for this run

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