ci: mount docker socket in deploy container for docker-in-docker
Deploy t-youtube / Build & Deploy (push) Failing after 0s

This commit is contained in:
Gan, Jimmy
2026-07-11 12:08:09 +08:00
parent 7f9d6393e7
commit 20a3469e01
+1
View File
@@ -16,6 +16,7 @@ jobs:
container:
network: gitea_gitea
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/packages/ContainerManager/target/usr/bin/docker:/usr/bin/docker
steps:
- name: Checkout