Skip to content

support for TRADING_MODE=both, this allow to run 2 intances of ib-g… #37

support for TRADING_MODE=both, this allow to run 2 intances of ib-g…

support for TRADING_MODE=both, this allow to run 2 intances of ib-g… #37

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
branches: ['*', '!update-*-to-*', '!IBC-update*']
tags-ignore:
- 'v*'
pull_request:
branches: ['master', '!update-*-to-*', '!IBC-update*']
jobs:
build:
name: Build image
strategy:
matrix:
channel: ['stable', 'latest']
uses: gnzsnz/ib-gateway-docker/.github/workflows/build.yml@master
with:
channel: ${{ matrix.channel }}