Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: try dind via ports
Browse files Browse the repository at this point in the history
Signed-off-by: Zakhar Bessarab <[email protected]>
zekker6 committed May 22, 2024

Verified

This commit was signed with the committer’s verified signature.
freya022 freya02
1 parent 43912a8 commit 42162f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ jobs:
docker:
image: docker:dind
options: --privileged --shm-size=2g
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 2375:2375
steps:
- name: 'Checkout'
uses: actions/checkout@v4

0 comments on commit 42162f0

Please sign in to comment.