You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for t on BuildImageOptions states "You can provide several t parameters.". However, that doesn't seem to be actually possible since the t is of type T which is usually String (or a type that can convert into String).
Am I missing something or is multiple tags on build not actually supported yet?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: