XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Fix publish docker image (#1310)

cd04e752
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

2 个文件 +2 -1
Modified .github/workflows/publish-workflow.yaml +1 -0
@@ -28,6 +28,7 @@ jobs:
28 28 uses: docker/build-push-action@v5
29 29 with:
30 30 context: .
31 file: docker/Dockerfile
31 32 push: true
32 33 tags: ${{ steps.metadata.outputs.tags }}
33 34 labels: ${{ steps.metadata.outputs.labels }}
Modified docker/Dockerfile +1 -1
@@ -1,6 +1,6 @@
1 1 FROM selenium/node-chrome
2 2
3 ENV SE_SCREEN_WIDTH 1920
3 ENV SE_SCREEN_WIDTH 1850
4 4 ENV G4F_LOGIN_URL http://localhost:7900/?autoconnect=1&resize=scale&password=secret
5 5 ENV PYTHONUNBUFFERED 1
6 6