#TOTALLY new to Dagger and working on

1 messages · Page 1 of 1 (latest)

solemn crystal
#

the example you're using old. Try same thing with updated args with latest dagger version(v0.11.4)

Also double check your arguments.

You can also run that module locally like examples below.

dagger -m github.com/shykes/daggerverse/hello call hello --help
dagger -m github.com/shykes/daggerverse/hello call hello --name foo --greeting bar
bar, foo!
west halo
#

Thanks for the response! Been chatting where I posted in the help channel as well. I can run local - but I can't find a way to get a gha workflow to do the same thing.

#

Do you have a working GHA workflow example of using a simple hello world container?

#

@solemn crystal