Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Running migrations in deployments often benefits from having a dedicated “migrations” container image that can be executed independently of the main service container with different permissions.
Describe the solution you'd like
Add support to produce a container image that contains the generated EF migration bundle (introduced in #13481) as part of publish workflows. This enables running migrations in container-native environments (Kubernetes jobs, init containers, etc.) using a standardized artifact.
Additional context
No response