Skip to content

Commit

Permalink
Try switch daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 27, 2024
1 parent d050fa2 commit 39d8bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
- name: Start Docker image in windows
if: ${{ matrix.os == 'windows-latest' }}
run: |
& $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon .
docker image pull ghcr.io/masesgroup/knet:latest
docker run -e KNET_DOCKER_RUNNING_MODE=server -e JCOBRIDGE_LicensePath="${{ secrets.JCOBRIDGE_ONLINE }}" -p 9092:9092 ghcr.io/masesgroup/knet:latest
env:
Expand Down

0 comments on commit 39d8bcc

Please sign in to comment.