Nightly GitHub Actions workflow that pulls homeassistant/home-assistant:latest, recompresses it using gzip (instead of zstd), and pushes it to Docker Hub as benhdavis/home-assistant:latest.
Use this on NAS devices where Docker does not support zstd-compressed images.
- Go to Settings → Secrets and variables → Actions in this repo
- Add two secrets:
DOCKERHUB_USERNAME— your Docker Hub username (benhdavis)DOCKERHUB_TOKEN— a Docker Hub access token
On your NAS:
image: benhdavis/home-assistant:latestThe image is rebuilt nightly. You can also trigger it manually from the Actions tab.