aslotte/MLOps.NET

[Deployment] Add ability to push Docker Image to Configurable Container Registry

aslotte opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Once #303 is completed, we need the ability to push that generated container image to a container registry of the users choosing. We may need another extension method to define credentials and location of a container registry, e.g. Azure Container Registry or similar options in AWS or just Docker Hub.

Describe the solution you'd like
To be discussed.

Depends on #303
Pre-req for #305