Automated docker container builds via actions
Creates two docker images: serge-api, and serge-webui available by the ghcr.io repo tied to this repository. NOTE: Make sure to create a "release" branch where major releases get pulled into as this is what triggers the automated builds. Seems they changed how some GitHub variables worked so took a little trial and error.
This looks super cool, wow, thanks a lot!
I'll give it a good review after work, I really appreciate you doing this.
Thanks! It was mentioned in #15 but someone will probably have to update the Dockerfiles so that they are built fully self contained (except for volume mounts for the models), I can take a look later tonight!
I think my plan is to combine the images into just one Dockerfile and then we can get this PR through to host just one image. Thanks for the great work.
Hey thanks for the contribution! I'll merge it and see if it works.