Skip to content

BRAYNS-636 Refactor web API. #9

BRAYNS-636 Refactor web API.

BRAYNS-636 Refactor web API. #9

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 .