"vscode:/vscode.git/clone" did not exist on "9b845fca090061485087acccbfe779cffdd2a389"
Commit ab5e7abf authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Revert "chore: latest removed from tagName"

This reverts commit 8f291a96.
parent 8f291a96
......@@ -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}
......
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