Skip to content

Commit

Permalink
Add pull
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 27, 2024
1 parent eeb43f4 commit d050fa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ jobs:

- name: Start Docker image in windows
if: ${{ matrix.os == 'windows-latest' }}
run: docker run -e KNET_DOCKER_RUNNING_MODE=server -e JCOBRIDGE_LicensePath="${{ secrets.JCOBRIDGE_ONLINE }}" -p 9092:9092 ghcr.io/masesgroup/knet:latest
run: |
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:
DOCKER_DEFAULT_PLATFORM: linux/amd64

Expand Down

0 comments on commit d050fa2

Please sign in to comment.