Using a private docker image with Fly

I prefer using GitHub actions to manage my docker builds. However, this ends with having a private docker image for my private repository. Is there a way to put credentials for image fetch into fly?

1 Like

We don’t support private Docker images yet. You can, however, push to your app registry from GitHub actions: Using the Fly Docker registry | Simon Willison’s TILs