Fix tag name
diff --git a/centos-7/template.json b/centos-7/template.json
index d334675..6c0c04f 100644
--- a/centos-7/template.json
+++ b/centos-7/template.json
@@ -66,7 +66,7 @@
     },
     {
       "type": "docker-tag",
-      "repository": "cloudlab/centos",
+      "repository": "tcpcloud/centos",
       "tag": "7",
       "only": ["docker"]
     },
diff --git a/debian-8/template.json b/debian-8/template.json
index f82d880..f6473f8 100644
--- a/debian-8/template.json
+++ b/debian-8/template.json
@@ -81,7 +81,7 @@
     },
     {
       "type": "docker-tag",
-      "repository": "cloudlab/debian",
+      "repository": "tcpcloud/debian",
       "tag": "8",
       "only": ["docker"]
     },
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json
index 0f71697..485a39a 100644
--- a/ubuntu-14.04/template.json
+++ b/ubuntu-14.04/template.json
@@ -81,7 +81,7 @@
     },
     {
       "type": "docker-tag",
-      "repository": "cloudlab/ubuntu",
+      "repository": "tcpcloud/ubuntu",
       "tag": "14.04",
       "only": ["docker"]
     },
diff --git a/ubuntu-16.04/template.json b/ubuntu-16.04/template.json
index 2526c9e..2faeb1a 100644
--- a/ubuntu-16.04/template.json
+++ b/ubuntu-16.04/template.json
@@ -81,7 +81,7 @@
     },
     {
       "type": "docker-tag",
-      "repository": "cloudlab/ubuntu",
+      "repository": "tcpcloud/ubuntu",
       "tag": "16.04",
       "only": ["docker"]
     },