7 months ago
I tried building/pushing an image using a Railway self-hosted runner but it fails
I'm using this template,
https://railway.com/new/template/pXId5Q?teamId=d546a817-7743-4892-b03a-f5a75df596f9
Isn't there a way to make it work somehow?
3 Replies
7 months ago
From the template overview:
Avoid Docker-in-Docker
Railway's current container model does not allow for docker containers inside its containers, which means any GitHub Actions workflow that pulls a container and runs it will fail.
7 months ago
Gotcha
7 months ago
!s
Status changed to Solved brody • 7 months ago