0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-21 13:50:39 +00:00
wp-docker-buildx/docs
Robert Kaussow 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
..
content docs: hide system flags and refactor generator (#169) 2024-05-05 13:03:50 +02:00
data fix: use StringMap for build_args instead of StringSlice (#277) 2024-11-15 21:45:29 +01:00