-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: IsHost is defined as false on windows #2093
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2093 +/- ##
==========================================
+ Coverage 61.22% 61.60% +0.38%
==========================================
Files 46 53 +7
Lines 7141 8806 +1665
==========================================
+ Hits 4372 5425 +1053
- Misses 2462 2950 +488
- Partials 307 431 +124 ☔ View full report in Codecov by Sentry. |
Missing Windows CI for linux Containers, change might only work on linux. I strongly recommend to test this on a windows machine before approving it. |
I ran into the networking issue from #2074 and this PR fixes that, thanks Act version that's broken: release 0.2.54 from |
Any update on this? Windows users are stuck on version 0.2.51 otherwise |
No, I don't have permission to continue |
* fix: IsHost is defined as false on windows * Update docker_run.go * Update docker_run.go
Sorry the last change didn't work.
However it would be useful to not comment it works if you didn't tested it.
Maybe fixes #2074
IsHost is even defined to false on windows, the host default of act makes the docker cli/api package buggy.