act/pkg
Earl Warren bb61fe1b35
feat: --hostname is allowed in container options (#95)
It is useful to set an alternative hostname when running a service
such as:

```yaml
services:
  minio:
    image: data.forgejo.org/oci/bitnami/minio:2024.8.17
    options: >-
      --hostname alternate.minio
```

Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/95
Reviewed-by: Kwonunn <kwonunn@noreply.code.forgejo.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-01-22 18:22:29 +00:00
..
artifactcache fix(cache-server): use consistent uint64 2024-11-22 01:01:12 +01:00
artifacts refactor: Improve logging of error messages 2025-01-09 12:36:30 +03:00
common chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
container feat: --hostname is allowed in container options (#95) 2025-01-22 18:22:29 +00:00
exprparser chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
filecollector chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
jobparser fix(jobparser): support `workflow_dispatch.inputs` 2024-08-22 15:02:05 +02:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
runner fix: do not ignore the config container.options when starting a job 2025-01-11 08:45:08 +01:00
workflowpattern feat: workflowpattern package (#1618) 2023-02-23 18:21:08 +00:00