zachowj / xfinity-data-usage

Fetch Xfinity data usage and serve it via an HTTP endpoint, publish it to MQTT or post it to an URL.
https://hub.docker.com/r/zachowj/xfinity-data-usage
MIT License
53 stars 15 forks source link

Docker Version #84

Closed J-CMartin closed 1 year ago

J-CMartin commented 1 year ago

How to use the latest (0.17.4) version? Docker Hub has version 0.17.1 from 1 year ago.

zachowj commented 1 year ago

The GitHub action that pushes the builds to docker has been/is broken. Trying to find time to fix it.

If you're using docker-compose you can always build the image directly from GitHub.

xfinity:
    image: repo-image
    build: https://github.com/zachowj/xfinity-data-usage.git#main
    ...
zachowj commented 1 year ago

fixed