I'm trying to have a ci workflow that checks out n repositories and executes different builds of their components. However I'm unsure if I should use the module workflow or just directly execute them with something like this: https://dagger.io/blog/dockerfiles-with-dagger
The real question stems from dagger.Connect The internal version takes no parameters versus the dagger.io version takes two parameter(ctx, opts). I think I've got something wrong in my mental model