runner/internal/pkg/config
Earl Warren 279faefa08
fix: [container].docker_host = "" is now "automount"
The empty string is always replaced with "-" and there no longer is
any way to specify that the docker socket is to be mounted in the
container automatically.

The "automount" value is introduced as a replacement.

https://code.forgejo.org/forgejo/act/pulls/67 and
https://code.forgejo.org/forgejo/runner/pulls/305 introduced this regression.
2024-11-27 01:36:18 +00:00
..
config.example.yaml fix: [container].docker_host = "" is now "automount" 2024-11-27 01:36:18 +00:00
config.go fix: make container.docker_host default to - (part two) 2024-11-15 22:48:56 +01:00
config_test.go fix: make container.docker_host default to - (part two) 2024-11-15 22:48:56 +01:00
deprecated.go Refactor to new framework (#98) 2023-04-04 21:32:04 +08:00
embed.go Refactor to new framework (#98) 2023-04-04 21:32:04 +08:00
registration.go Refactor to new framework (#98) 2023-04-04 21:32:04 +08:00