Skip to content

Feature/35 separate managed executor service for grpc threads #75

Feature/35 separate managed executor service for grpc threads

Feature/35 separate managed executor service for grpc threads #75

Workflow file for this run

name: Docker compile
on:
pull_request:
branches-ignore:
- 'gh-pages'
- 'dependabot/**'
jobs:
docker-release:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.event.ref }}
uses: actions/checkout@v3
- name: Run docker-compose
run: |
docker compose -f ./docker-compose-1.yml build --no-cache
docker compose -f ./docker-compose-2.yml build --no-cache
docker compose -f ./docker-compose-3.yml build --no-cache