Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vxav authored Jan 23, 2024
1 parent 3b1b283 commit de16181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit de16181

Please sign in to comment.