raresailincai
PROOP
2 years 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
2 years 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
2 years ago
railway up is to deploy code, not an image
2 years ago
you simply attach your image to the service in the source section of the service settings, and then enter your credentials there
2 years ago
only mods / admins can use it
2 years ago
!s
Status changed to Solved brody • over 1 year ago