task: source: fix vertex name
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
0a6fa03c16
commit
cf3993a235
@ -69,7 +69,7 @@ func (c *sourceTask) Run(ctx context.Context, pctx *plancontext.Context, s *solv
|
|||||||
|
|
||||||
lg.Debug().Str("path", path).Msg("loading local directory")
|
lg.Debug().Str("path", path).Msg("loading local directory")
|
||||||
opts := []llb.LocalOption{
|
opts := []llb.LocalOption{
|
||||||
withCustomName(v, "Embed %s", path),
|
withCustomName(v, "Source %s", path),
|
||||||
llb.IncludePatterns(source.Include),
|
llb.IncludePatterns(source.Include),
|
||||||
llb.ExcludePatterns(source.Exclude),
|
llb.ExcludePatterns(source.Exclude),
|
||||||
// Without hint, multiple `llb.Local` operations on the
|
// Without hint, multiple `llb.Local` operations on the
|
||||||
|
Reference in New Issue
Block a user