fix: Port wait_x_socket to stable and add VNC_PORT configuration #325
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |