Some checks failed
Build and Deploy UMBRA / build-and-deploy (push) Failing after 6s
- Replace all GitHub action clones (login-action, build-push-action) with plain docker CLI commands — eliminates GitHub dependency - Expand act_runner_config.yaml to full format (partial config was silently falling back to defaults) - Mount config at /etc/act_runner/ with CONFIG_FILE env var to avoid named volume shadowing at /data/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
258 B
YAML
21 lines
258 B
YAML
log:
|
|
level: info
|
|
|
|
runner:
|
|
capacity: 1
|
|
timeout: 3h
|
|
insecure: false
|
|
|
|
cache:
|
|
enabled: false
|
|
|
|
container:
|
|
network: host
|
|
privileged: false
|
|
options: "--security-opt label:disable"
|
|
valid_volumes:
|
|
- "**"
|
|
|
|
host:
|
|
workdir_parent: /tmp/act_runner
|