Unverified Commit d91c103e authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Merge pull request #1055 from dansreis/946-fix-incorrect-base-model-name

Fixed incorrect base model name
parents 98ec7d81 7c438f2c
...@@ -397,7 +397,7 @@ func CreateModel(ctx context.Context, name string, path string, fn func(resp api ...@@ -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)
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment