From de16181c34bcbeae380e301a04cb55853645d229 Mon Sep 17 00:00:00 2001 From: Xavier Date: Tue, 23 Jan 2024 17:11:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58cdce9..f9a5e97 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ When running ESPHome in a container, it fails to resolve `.local` addresses and [This thread](https://github.com/esphome/issues/issues/3517#issuecomment-1369256899) provides a Dockerfile to include the Avahi daemon in the image to support mdns. -The purpose of this repository is simply to build an ESPHome image with the Avahi daemon from [the base image in DockerHub](https://hub.docker.com/r/esphome/esphome). It uses Github action on release based on the tag (e.g. Creating a release with tag `2023.3` will pull `esphome/esphome:2023.3`, build the image with Avahi and push to `vxav/esphome-avahi:2023.3`). +The purpose of this repository is simply to build an ESPHome image with the Avahi daemon from [the base image in DockerHub](https://hub.docker.com/r/esphome/esphome). -For now the Github action only pushes to docker hub, you will find the image at : **vxav/esphome-avahi:[release tag]** +The Github actions to create a release when there is a new latest tag runs at 00:45AM daily and build/push to `vxav/esphome-avahi` runs on release.