Skip to content

fix: realtime tenant limit handling #62

fix: realtime tenant limit handling

fix: realtime tenant limit handling #62

Workflow file for this run

name: Docker Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
run: docker build .