examples/docker-compose: network: host is required #90

Merged
earl-warren merged 3 commits from earl-warren/runner:wip-upgrade-example into main 2023-10-06 14:47:00 +00:00

3 commits

Author SHA1 Message Date
Earl Warren 9cb0716425
examples/docker-compose: fix false positive
All checks were successful
checks / check and test (pull_request) Successful in 45s
/ example-docker-compose (pull_request) Successful in 1m15s
because of the -x the success string was always in the output and the
workflow .forgejo/workflows/example-docker-compose.yml would always
report success, even if it fails
2023-10-06 16:40:21 +02:00
Earl Warren bf11dac848
examples/docker-compose: network: host is required
otherwise a network will be created with no route to the forgejo
instance and a checkout will fail to reach it
2023-10-06 16:22:03 +02:00
Earl Warren e8448e3807
examples/docker-compose: upgrade to runner 3.0.1 2023-10-06 16:22:03 +02:00