You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In development, I'd like to use a local container registry for the location of images (see #145), but in CI deployments, I need to use GCR. Currently, forge.yaml appears to support specification of only one registry.
This could be supported in a few ways:
a --config / -c flag to forge build|deploy to read a specific forge.yaml, and then I define 2 different ones.
Make forge.yaml profile-aware.
Make forge setup unattendable, so I can run it as a pre-step with different parameters in CI and in dev before forge deploy.