engine: Pull: fix vertex name in logs

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-12-14 15:41:44 +01:00
parent a83987841d
commit 85a4825237

View File

@ -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.