liveaverage / docker-powerwall-dashboard

Grafana dashboard showing trend & historical data polled from Tesla Powerwall 2 API served up in an easy to use docker image
GNU General Public License v3.0
29 stars 9 forks source link

Support push to quay.io via Github Actions #12

Closed liveaverage closed 3 years ago

liveaverage commented 3 years ago

Is your feature request related to a problem? Please describe. N/A

Describe the solution you'd like Auto push multiarch images to dockerhub and quay.io

Describe alternatives you've considered Strictly using dockerhub isn't a sustainable solution. Need multi-reg push

Additional context N/A

liveaverage commented 3 years ago

Done via workflow updates: https://github.com/liveaverage/docker-powerwall-dashboard/blob/multiarch/.github/workflows/build_images.yml#L57-L76 ... Still falling under the multiarch tag, and will submit a PR a bit later.