ci: fix COMPOSE_DIR to runner-internal path /unraid/dostalgia
Build & Deploy / build-and-deploy (push) Failing after 17s

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.
This commit is contained in:
David Alvarez
2026-06-08 11:08:57 +02:00
parent f2fb1c035d
commit 9801e37bec
+2 -1
View File
@@ -1,5 +1,6 @@
# This workflow builds and deploys Dostalgia whenever code is pushed to main. # 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. # Requires a Gitea Actions runner registered on the host with Docker socket access.
# See: https://docs.gitea.com/usage/actions # See: https://docs.gitea.com/usage/actions