Revert "chore: latest removed from tagName"
This reverts commit 8f291a9674.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
num_ctx: ''
|
||||
};
|
||||
|
||||
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}` : '';
|
||||
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}:latest` : '';
|
||||
|
||||
$: if (!raw) {
|
||||
content = `FROM ${model}
|
||||
|
||||
Reference in New Issue
Block a user