0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-23 16:40:39 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
a2bc0869af
fix: use StringMap for build_args instead of StringSlice (#277)
BREAKING CHANGE: The type of the `build_args` property was changed from `list` to `map` to support the use of secrets for certain build arguments. During this refactoring, the `build_args_from_env` behavior was also changed to achieve the intended behavior. Environment variable names passed to this list will be used as build arguments if the environment variable is set.
2024-11-15 21:45:29 +01:00