engine: Pull: fix vertex name in logs
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
a83987841d
commit
85a4825237
@ -35,7 +35,7 @@ func (c *pullTask) Run(ctx context.Context, pctx *plancontext.Context, s solver.
|
||||
|
||||
st := llb.Image(
|
||||
ref.String(),
|
||||
withCustomName(v, "FetchContainer %s", rawRef),
|
||||
withCustomName(v, "Pull %s", rawRef),
|
||||
)
|
||||
|
||||
// Load image metadata and convert to to LLB.
|
||||
|
Reference in New Issue
Block a user