mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-09 12:08:05 -06:00
The deployment was failing because the workflow used incorrect syntax with `uses: docker://` which caused Docker to misinterpret `up` as an executable rather than an argument to the Railway CLI. Split deployment into a separate job using `container:` at the job level, allowing the Railway CLI to execute properly. This follows Railway's official documentation for GitHub Actions integration.