File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -315,29 +315,29 @@ jobs:
315315 docker context ls
316316
317317 tcp :
318- runs-on : ${{ matrix.os }}
319- strategy :
320- fail-fast : false
321- matrix :
322- os :
323- - ubuntu-latest
324- # - macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
325- - macos-13
326- - windows-latest
327- steps :
328- -
329- name : Checkout
330- uses : actions/checkout@v4
331- -
332- name : Set up Docker
333- id : setup_docker
334- uses : ./
335- with :
336- version : ${{ env.DOCKER_VERSION }}
337- tcp-port : 2378
338- -
339- name : Check docker info through TCP
340- run : |
341- docker info
342- env :
343- DOCKER_HOST : ${{ steps.setup_docker.outputs.tcp }}
318+ runs-on : ${{ matrix.os }}
319+ strategy :
320+ fail-fast : false
321+ matrix :
322+ os :
323+ - ubuntu-latest
324+ # - macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
325+ - macos-13
326+ - windows-latest
327+ steps :
328+ -
329+ name : Checkout
330+ uses : actions/checkout@v4
331+ -
332+ name : Set up Docker
333+ id : setup_docker
334+ uses : ./
335+ with :
336+ version : ${{ env.DOCKER_VERSION }}
337+ tcp-port : 2378
338+ -
339+ name : Check docker info through TCP
340+ run : |
341+ docker info
342+ env :
343+ DOCKER_HOST : ${{ steps.setup_docker.outputs.tcp }}
You can’t perform that action at this time.
0 commit comments