Ryan

Results 135 comments of Ryan

But it's already a volume that is not restricted by `ReadOnly` option. 1: https://github.com/nektos/act/blob/6ebcac37710ae5d4eb87f63f31d7e1be8fe3d217/pkg/runner/run_context.go#L25 2: https://github.com/nektos/act/blob/6ebcac37710ae5d4eb87f63f31d7e1be8fe3d217/pkg/runner/run_context.go#L83-L86 3: https://github.com/nektos/act/blob/6ebcac37710ae5d4eb87f63f31d7e1be8fe3d217/pkg/container/docker_run.go#L326-L333 Also, the issue is not because of rootless daemon since I can...

No, it still fails.

> @catthehacker , with both bugs fixed in `podman`, I'm able to run `act` with `podman` w/o problems again. Will check once `podman` will finish building on my machine. >...

I still get failure though ``` --- FAIL: TestRunEvent (343.18s) --- FAIL: TestRunEvent/shells/python (0.09s) runner_test.go:79: Error Trace: runner_test.go:79 Error: Expected nil, but got: Error response from daemon: No such image:...

> * We could probably switch to [spf13/viper](https://github.com/spf13/viper) which would integrate well with cobra. https://github.com/nektos/act/pull/479

This is some quick ugly fix that needs to be improved still. @cplee would you mind looking at this and give some opinion how (bad) that looks or what could...

@physikerwelt you don't use environment variables in matrix so it's definitely not the same issue

> I'd be keen to hear if anyone had similar utility by using the official local github build agent, I imagine that's probably accessible/hackable enough (able to get access to...

@tyeth Would something like this be okay? ![image](https://user-images.githubusercontent.com/31106839/104134111-fd485b00-5387-11eb-8952-816021fbfb3a.png)