I am using Railway to host a Showcase for a Add-on project I made. So far I always used the railway up command in the CI on GitHub and it somehow worked to get the app running. However I already build and deploy a Docker image to GitHub and find it a little bit useless to re-build the whole container for this purpose. Also I need to build the Maven project before the actual Docker build so that the required artifact is available and for some reason this does not work any longer.
So - is there a possibility to deploy a finalized Docker Image using Railway?
Project ID : 623ba24d-b5d8-438f-8db4-9e0da9e99b24