Skip to content

BRAYNS-645 Basic service. #12

BRAYNS-645 Basic service.

BRAYNS-645 Basic service. #12

Workflow file for this run

name: Build Docker Image
on:
pull_request:
branches:
- develop
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t develop .