Replaced method
This commit is contained in:
parent
6e46338d44
commit
7c438f2c53
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ func CreateModel(ctx context.Context, name string, path string, fn func(resp api
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
newLayer.From = mp.GetNamespaceRepository()
|
newLayer.From = mp.GetShortTagname()
|
||||||
layers = append(layers, newLayer)
|
layers = append(layers, newLayer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue