failingbuild
Deploying with docker gives "Cache mounts MUST be in the format --mount=type=cache,id=<cache-id>"
Got it- that clarifies a lot. The flair is a bit confusing (lol what is a conductor)
This is the action we’re using to build and push this image we’re deploying to prod where it works. Kinda why I’d expect railway to just work on this but ehh guess I should just find an alternative
51 replies
Deploying with docker gives "Cache mounts MUST be in the format --mount=type=cache,id=<cache-id>"
Here's our github action for pushing this image, incase anything looks like we're doing something incompatible with railway
it's worth noting that we're setting the target to prod - is that possible on railway? if not, I think it will default to this target anyways.
51 replies
Deploying with docker gives "Cache mounts MUST be in the format --mount=type=cache,id=<cache-id>"
alternatively is there an easy way for me to ssh into the box / understand what's inside the built version of this container besides adding echo statements?
51 replies
Deploying with docker gives "Cache mounts MUST be in the format --mount=type=cache,id=<cache-id>"
Looks like I can set the railway dockerfile path successfully to something else, which also works for us but is annoying to have to maintain multiple dockerfiles e.g. these cache mounts make it faster to do installs, etc, especially for dev
51 replies