cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.32k stars 495 forks source link

Build docker image and push Github Registry #30

Closed schmidp closed 1 year ago

schmidp commented 1 year ago

Hi, I had the build hang on a linux vm we use to host some docker containers. As I could not solve the problem, I added a workflow to publish the image.

I basically copy pasted from here: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images

The workflow publishes the image if something is pushed the branch release.

LG Philipp

cogentapps commented 1 year ago

Thank you for adding this! Setting this up now.