update as library
This commit is contained in:
10
pkg/tasks/build.go
Normal file
10
pkg/tasks/build.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package tasks
|
||||
|
||||
import "log"
|
||||
|
||||
func Build(imageTag string) error {
|
||||
|
||||
log.Printf("building image: %s", imageTag)
|
||||
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user