Open jalaziz opened 8 months ago
It's not supported right now as far as I can see. I think it might need some experimentation to figure out if there's an easy way to build support for that, but it doesn't look that easy as I think the generic query string builder won't like having multiple duplicate keys. Possibly this is a good queue to move these query-string type structs to a builder pattern, though that's an even bigger piece of work.
The documentation for
t
onBuildImageOptions
states "You can provide severalt
parameters.". However, that doesn't seem to be actually possible since thet
is of typeT
which is usuallyString
(or a type that can convert intoString
).Am I missing something or is multiple tags on build not actually supported yet?