mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-22 12:53:32 +02:00
fix: point image to alexbelgium-built registry so Dockerfile/rootfs overlay is actually used
Previously image: pointed directly at the upstream ghcr.io/lklynet/aurral,
meaning the Dockerfile was never built and the rootfs overlay (including the
entrypoint fix) was never applied. Changed to ghcr.io/alexbelgium/aurral-{arch}
which is where the CI build pushes the image built FROM the upstream via build.json.
This commit is contained in:
@@ -9,7 +9,7 @@ arch:
|
|||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
image: ghcr.io/lklynet/aurral
|
image: ghcr.io/alexbelgium/aurral-{arch}
|
||||||
|
|
||||||
init: false
|
init: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user