Merge pull request #1055 from dansreis/946-fix-incorrect-base-model-name
Fixed incorrect base model name
This commit is contained in:
commit
d91c103e74
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