diff --git a/infrastructure/gitea/actions.deployment.yaml b/infrastructure/gitea/actions.deployment.yaml
index b6f5ed2..8670c35 100644
--- a/infrastructure/gitea/actions.deployment.yaml
+++ b/infrastructure/gitea/actions.deployment.yaml
@@ -42,6 +42,8 @@ spec:
         volumeMounts:
         - name: runner-data
           mountPath: /data
+        - name: docker-certs
+          mountPath: /certs
       - name: daemon
         image: docker:23.0.6-dind
         env: