We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f962993 commit cd04e75Copy full SHA for cd04e75
.github/workflows/publish-workflow.yaml
@@ -28,6 +28,7 @@ jobs:
28
uses: docker/build-push-action@v5
29
with:
30
context: .
31
+ file: docker/Dockerfile
32
push: true
33
tags: ${{ steps.metadata.outputs.tags }}
34
labels: ${{ steps.metadata.outputs.labels }}
docker/Dockerfile
@@ -1,6 +1,6 @@
1
FROM selenium/node-chrome
2
3
-ENV SE_SCREEN_WIDTH 1920
+ENV SE_SCREEN_WIDTH 1850
4
ENV G4F_LOGIN_URL http://localhost:7900/?autoconnect=1&resize=scale&password=secret
5
ENV PYTHONUNBUFFERED 1
6
0 commit comments