As part of my workflow, I currently build and store Docker images into Google’s Artifact registry and I’d like to deploy fly containers from there, rather than deploy from a fly.toml
file.
The closest thing I could find is covered in Run a Global Image Service, where an existing Docker image is used to write a Dockerfile, and then the app is deployed to fly.io
. Is there a way I can tell fly to use a Docker image somewhere else instead of doing this?
Thanks in advance.