Compare commits

...

3 Commits

Author SHA1 Message Date
Damir Mukimov
44e9d93a08
feat: Add Docker Hub authentication for act_runner
Some checks failed
CI/CD Pipeline / backend-lint (push) Failing after 0s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / backend-build (push) Has been skipped
CI/CD Pipeline / e2e-test (push) Has been skipped
CI/CD Pipeline / frontend-lint (push) Failing after 1s
2025-12-24 22:30:27 +01:00
Damir Mukimov
037f1e4669
fix: Simplify act_runner config to match default structure and disable force_pull 2025-12-24 21:39:09 +01:00
Damir Mukimov
de4a3a1859
fix: Configure docker.io registry for anonymous pulls in act_runner 2025-12-24 21:37:06 +01:00

View File

@ -10,12 +10,14 @@ data:
cache:
enabled: false
container:
require_docker: true
docker_timeout: 300s
network_mode: bridge
network: bridge
privileged: false
options:
- "--privileged"
docker_host: "tcp://localhost:2375"
docker_in_docker: true
force_pull: false
registries:
docker.io:
username: samyrai
password: dckr_pat_SFQVdLDsWT6U8EmCqph5rLQzIAI