with more generic way, but still wonky

This commit is contained in:
2022-10-29 23:33:46 +02:00
parent 0838bc5a56
commit a872bad97d
4 changed files with 14 additions and 16 deletions

View File

@@ -23,5 +23,5 @@ func run(ctx context.Context) error {
}
defer builder.CleanUp()
return tasks.Build(builder, "some-image")
return tasks.Build(builder, "some-image", "example/main.go")
}