rework pipeline
This commit is contained in:
9
pkg/tasks/container/workdir.go
Normal file
9
pkg/tasks/container/workdir.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package container
|
||||
|
||||
import (
|
||||
"dagger.io/dagger"
|
||||
)
|
||||
|
||||
func Workdir(container *dagger.Container, into string) *dagger.Container {
|
||||
return container.WithWorkdir(into)
|
||||
}
|
Reference in New Issue
Block a user