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 @@ ...@@ -51,7 +51,7 @@
num_ctx: '' num_ctx: ''
}; };
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}` : ''; $: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}:latest` : '';
$: if (!raw) { $: if (!raw) {
content = `FROM ${model} 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