a year ago
So I want to deploy my docker image, but I don't want to change the tag manually from the railway; I want to change the tag version from the CLI
12 Replies
a year ago
the CLI doesn't provide a way to change the tag.
use the latest tag in Railway, and run
railway redeployfrom your GitHub action after publishing your image.let railway build and run the image themselves directly from GitHub.
But can i have the base image in a private registry? I didn’t found a way to add it for railway up
a year ago
railway up is to deploy code, not an image
a year ago
you simply attach your image to the service in the source section of the service settings, and then enter your credentials there
a year ago
only mods / admins can use it
a year ago
!s
Status changed to Solved brody • about 1 year ago