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
What is the problem you're trying to solve?.
Similar to #35, build-arg in finch build is not supporting local env variable pass-through while Docker has this support.
As an additional update, the PR #1072 addressed cli parsing for other command names than build, but certainly clarifies why build does not utilize the helper functions for -e, --env, or --env-file arguments.
The incremental change of 1072 sets the stage for more command specific flag handling and inclusion of separate helper functions like the environment variable flags.
What is the problem you're trying to solve?.
Similar to #35, build-arg in
finch build
is not supporting local env variable pass-through while Docker has this support.Added draft failed e2e tests.
Describe the feature you'd like
Allow local env variable pass-through for build-arg.
The text was updated successfully, but these errors were encountered: