cabernetwork / cabernet

Cabernet allows control of IPTV streams. Plugins supports DaddyLive, Pluto TV, XUMO, M3U/XMLTV.XML files (SamsungTV, STIRR, DistroTV, Plex TV)
https://cabernetwork.github.io
MIT License
186 stars 26 forks source link

Add automatic docker build from github action #1

Closed Cookie-Monster-Coder closed 3 years ago

Cookie-Monster-Coder commented 3 years ago

Builds docker image automatically from Dockerfile_tvh_crypt.alpine

rocky4546 commented 3 years ago

Thanks for the file. We already have docker-compose.yml, so I am thinking that either this old file needs to go away and your file added or your file should update docker-compose.yml and not create a new one. Which do you think we should do?

Cookie-Monster-Coder commented 3 years ago

I believe the docker-compose.yml file is used to build the container from the image. The docker-image.yml for the github action is used to build the image.

So to use the docker-compose.yml we need to have an image first.

Sorry, I accidentally wrote container in my original post.