Skip to content

Commit b6eb648

Browse files
ci workflow updated
1 parent 5f8355c commit b6eb648

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)