Open pat-s opened 4 days ago
A bit confused about this one. Plugins get all settings via env var from the server. As env vars are untyped/strings I don't see how this could be a plugin issue :thinking:
Previously I had build_args
defined as a list, e.g. - FOO=var
, now it is a map (FOO: "var"
). Maybe there is some coercing going on? (didn't do any inspection yet)
Currently,
build_args
requires values to be set as characters. Using numeric/boolean values results in empty values in the finalbuild
call.