0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-21 13:50:39 +00:00
wp-docker-buildx/docker
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
..
daemon.go chore: migrate to wp-plugin-go v3 (#181) 2024-05-17 21:55:16 +02:00
docker_test.go fix: use StringMap for build_args instead of StringSlice (#277) 2024-11-15 21:45:29 +01:00
docker.go fix: use StringMap for build_args instead of StringSlice (#277) 2024-11-15 21:45:29 +01:00