ci: specify image ubuntu:latest in container block to trigger proper docker container spawn with volume mounts
Deploy t-youtube / Build & Deploy (push) Failing after 1s

This commit is contained in:
Gan, Jimmy
2026-07-11 14:14:57 +08:00
parent 554060c665
commit 39a665b5b9
+1
View File
@@ -14,6 +14,7 @@ jobs:
name: Build & Deploy name: Build & Deploy
runs-on: nas runs-on: nas
container: container:
image: ubuntu:latest
network: gitea_gitea network: gitea_gitea
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock