fix: Add Docker registry configuration to act_runner config
Some checks failed
CI/CD Pipeline / frontend-lint (push) Failing after 0s
CI/CD Pipeline / backend-lint (push) Failing after 1s
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

This commit is contained in:
Damir Mukimov 2025-12-24 21:34:25 +01:00
parent 4c0d57a014
commit 5cf915e029
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750

View File

@ -16,4 +16,6 @@ data:
privileged: false
options:
- "--privileged"
docker_host: "tcp://localhost:2375"
docker_in_docker: true