0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-24 12:50:41 +00:00
wp-docker-buildx/plugin
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
..
impl.go fix: use StringMap for build_args instead of StringSlice (#277) 2024-11-15 21:45:29 +01:00
plugin_test.go docs: hide system flags and refactor generator (#169) 2024-05-05 13:03:50 +02:00
plugin.go fix: use StringMap for build_args instead of StringSlice (#277) 2024-11-15 21:45:29 +01:00
util_test.go fix: fix broken write to docker config.json (#273) 2024-11-13 23:24:50 +01:00
util.go fix: fix broken write to docker config.json (#273) 2024-11-13 23:24:50 +01:00