Skip to content

Commit 0577b54

Browse files
authored
Merge pull request #716 from dgageot/fix-715
Add labels from options
2 parents 5750bac + 34426bf commit 0577b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/skaffold/runner/runner.go

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ func NewForConfig(opts *config.SkaffoldOptions, cfg *config.SkaffoldConfig) (*Sk
108108
Tagger: tagger,
109109
WatcherFactory: watch.NewWatcher,
110110
DependencyMapFactory: build.NewDependencyMap,
111+
opts: opts,
111112
}, nil
112113
}
113114

0 commit comments

Comments
 (0)