env property
List of environment variables to set in the container.
All specified environment variables are merged with existing environment variables. When the specified environment variables exist, these values override any existing values.
Implementation
core.List<EnvVar>? env;