From 9801e37beca1eb78ff196ed30a19748cbc9d8593 Mon Sep 17 00:00:00 2001 From: David Alvarez Date: Mon, 8 Jun 2026 11:08:57 +0200 Subject: [PATCH] ci: fix COMPOSE_DIR to runner-internal path /unraid/dostalgia The Gitea Actions runner is a container; it can't see host paths. The dostalgia compose dir is mounted inside the runner at /unraid/dostalgia, so that's what the workflow must reference. --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6c57920..be2e8ee 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,5 +1,6 @@ # This workflow builds and deploys Dostalgia whenever code is pushed to main. -# Uses docker-compose at /appdata/dockhand/stacks/unraid/dostalgia/compose.yaml +# Uses docker-compose at /unraid/dostalgia/compose.yaml (mounted into the +# runner container from the host's /appdata/dockhand/stacks/unraid/dostalgia). # Requires a Gitea Actions runner registered on the host with Docker socket access. # See: https://docs.gitea.com/usage/actions