fix: Add readOnly flag to Docker config mount
Some checks failed
CI/CD Pipeline / frontend-lint (push) Failing after 1s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / backend-lint (push) Failing after 1s
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 22:38:51 +01:00
parent e1f9bc98a2
commit 746dec90f3
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750

View File

@ -27,7 +27,8 @@ spec:
- name: docker-graph-storage
mountPath: /var/lib/docker
- name: docker-config
mountPath: /root/.docker
mountPath: /root/.docker/
readOnly: true
- name: runner
image: gitea/act_runner:latest
env: