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:
petruknw
2026-05-20 23:14:00 +10:00
parent 0214053b74
commit a089e5271b

View File

@@ -9,7 +9,7 @@ arch:
- aarch64
- amd64
image: ghcr.io/lklynet/aurral
image: ghcr.io/alexbelgium/aurral-{arch}
init: false