返回提交历史
Modified
.github/workflows/publish-workflow.yaml
+1
-0
Modified
docker/Dockerfile
+1
-1
XFEstudio/gpt4free
Fix publish docker image (#1310)
cd04e752
代码差异
2 个文件
+2
-1
@@ -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 }}
@@ -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