#dagger call
1 messages · Page 1 of 1 (latest)
build returns a Container, which has no push function so you can't chain build->push
for chaining to work in this way you need to return your own CiDagger type, with a container field that can be carried across the chain
makes sense
Call one or more functions, interconnected into a pipeline```
i was trying to call 2 functions and make chaining work
you can always add --help at the end to list available functions to chain
clear enough, I can have multiple functions in "dagger call" .. but they need later function's input be compatible with priors output type .. this is my takeway .. silly me