mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: carry tags to new templateversions (#11502)
This commit is contained in:
@@ -127,7 +127,7 @@ export const TemplateVersionEditorPage: FC = () => {
|
||||
const newVersion = await createTemplateVersionMutation.mutateAsync({
|
||||
provisioner: "terraform",
|
||||
storage_method: "file",
|
||||
tags: {},
|
||||
tags: templateVersionQuery.data.job.tags,
|
||||
template_id: templateQuery.data.id,
|
||||
file_id: serverFile.hash,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user