ci: fix COMPOSE_DIR to runner-internal path /unraid/dostalgia
Build & Deploy / build-and-deploy (push) Failing after 17s
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user