Skip to content

Commit

Permalink
ci(stylus-verifier): docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Oct 1, 2024
1 parent e41fc0b commit 3b0a922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stylus-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
image: docker:dind
options: >-
--name docker
--entrypoint 'dockerd --host=tcp://0.0.0.0:2375'
--entrypoint dockerd,--host,tcp://0.0.0.0:2375
ports:
- 2375:2375
steps:
Expand Down

0 comments on commit 3b0a922

Please sign in to comment.