Browse Source

Update homebridge docket hub repo to use the new/current repo. (#459)

Asher Foa 1 year ago
parent
commit
746e095c78
2 changed files with 6 additions and 6 deletions
  1. 3 3
      template/apps/homebridge-debian.json
  2. 3 3
      template/apps/homebridge.json

+ 3 - 3
template/apps/homebridge-debian.json

@@ -30,9 +30,9 @@
 			"name": "TZ"
 		}
 	],
-	"image_arm32": "oznu/homebridge:debian-arm32v7",
-	"image_arm64": "oznu/homebridge:debian",
-	"image_amd64": "oznu/homebridge:debian",
+	"image_arm32": "homebridge/homebridge:ubuntu-arm32v7",
+	"image_arm64": "homebridge/homebridge:ubuntu",
+	"image_amd64": "homebridge/homebridge:ubuntu",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homebridge.png",
 	"name": "homebridge-debian",
 	"network": "host",

+ 3 - 3
template/apps/homebridge.json

@@ -30,9 +30,9 @@
 			"name": "TZ"
 		}
 	],
-	"image_arm32": "oznu/homebridge:latest",
-	"image_arm64": "oznu/homebridge:latest",
-	"image_amd64": "oznu/homebridge:latest",
+	"image_arm32": "homebridge/homebridge:latest",
+	"image_arm64": "homebridge/homebridge:latest",
+	"image_amd64": "homebridge/homebridge:latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homebridge.png",
 	"name": "homebridge",
 	"network": "host",