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

13 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
13f95c9b14
fix: fix broken write to docker config.json (#273) 2024-11-13 23:24:50 +01:00
51889e1102
chore: migrate to wp-plugin-go v3 (#181) 2024-05-17 21:55:16 +02:00
757d2804ea
refactor: switch to plugin Cmd and add tests (#175) 2024-05-06 20:29:51 +02:00
77beefbc24
docs: hide system flags and refactor generator (#169) 2024-05-05 13:03:50 +02:00
787934288e
feat: add daemon option max-concurrent-uploads (#18) 2023-09-03 22:33:59 +02:00
82e7c318f0
add tests for custom types (#13) 2023-08-21 11:35:52 +02:00
fdf9b22e08
refactor: rename parameter dockerfile to containerfile 2023-08-14 09:39:28 +02:00
f528612af5
refactor: initial commit after rewrite to woodpecker 2023-08-13 22:08:53 +02:00
0688b1cf1a
refactor: add more linters and fix findings (#195) 2023-02-08 10:13:28 +01:00
db4c4bee72
fix(deps): update module github.com/thegeeklab/drone-plugin-lib to v2 2022-06-02 15:00:33 +02:00
768b061514
refactor: switch to forked thegeeklab/drone-plugin-lib (#94) 2022-05-03 22:47:51 +02:00
ba28c39a7d
refactor: update dependencies and use plugin boilerplate 2021-01-11 21:54:49 +01:00