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

This commit is contained in:
Asher Foa
2023-08-07 13:04:43 -04:00
committed by GitHub
parent 8b40b1afa3
commit 746e095c78
2 changed files with 6 additions and 6 deletions

View File

@@ -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",

View File

@@ -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",