From 39a665b5b9509555f208ba577220260ff2c62a4d Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Sat, 11 Jul 2026 14:14:57 +0800 Subject: [PATCH] ci: specify image ubuntu:latest in container block to trigger proper docker container spawn with volume mounts --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index aa2830b..f32c0a3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,6 +14,7 @@ jobs: name: Build & Deploy runs-on: nas container: + image: ubuntu:latest network: gitea_gitea volumes: - /var/run/docker.sock:/var/run/docker.sock