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

9 Commits

Author SHA1 Message Date
d34d0937bf
docs: remove deprecated environment option from examples 2024-11-15 23:27:13 +01:00
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
13f95c9b14
fix: fix broken write to docker config.json (#273) 2024-11-13 23:24:50 +01:00
77beefbc24
docs: hide system flags and refactor generator (#169) 2024-05-05 13:03:50 +02:00
32b8862350
cleanup docs and examples 2024-03-12 20:43:33 +01:00
eed177e79c
fix license desc in docs 2024-01-06 14:45:58 +01:00
efdbce96cd
docs: fix default value property in data file 2024-01-03 23:26:12 +01:00
7cb1fdfd01
chore: cleanup docs and use cmd trace from plugin lib (#94) 2024-01-03 21:23:07 +01:00
bca6cd86bb
use list style synatx and cleanup (#91) 2023-12-23 23:44:35 +01:00