ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
72.45k stars 57.57k forks source link

[Feature Request]: Could you build a temporary Docker image for each Merge Action? #4846

Open Dunky-Z opened 2 weeks ago

Dunky-Z commented 2 weeks ago

Problem Description

Currently, a Docker image is only built for official releases, but the interval between these releases is quite long. Some bugs might have already been fixed between two official releases, but to use the fixed Docker image, we have to build it manually. Adding a new step in the GitHub Action to build a test Docker image is not difficult. I was wondering if the maintainers have any specific reasons for not adding this step?

Solution Description

build a temporary Docker image for each Merge Action

Alternatives Considered

No response

Additional Context

No response