-
+
+
+
diff --git a/apps/dokploy/__test__/cluster/upload.test.ts b/apps/dokploy/__test__/cluster/upload.test.ts
new file mode 100644
index 000000000..ca95cf663
--- /dev/null
+++ b/apps/dokploy/__test__/cluster/upload.test.ts
@@ -0,0 +1,209 @@
+import type { Registry } from "@dokploy/server";
+import { getRegistryTag } from "@dokploy/server";
+import { describe, expect, it } from "vitest";
+
+describe("getRegistryTag", () => {
+ // Helper to create a mock registry
+ const createMockRegistry = (overrides: Partial