Files
hassio-addons/whoogle/build.json
bruvv d4464bd087 [Whoogle] Use latest tag
It is now pinned to 0.8.2 and when the bot updates to a newer version it does not update the tag so switching to latest will help.
2023-08-26 07:11:45 +00:00

11 lines
259 B
JSON

{
"build_from": {
"aarch64": "ghcr.io/benbusby/whoogle-search:latest",
"amd64": "ghcr.io/benbusby/whoogle-search:latest",
"armv7": "ghcr.io/benbusby/whoogle-search:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}