Skip to content

Commit cd04e75

Browse files
authored
Fix publish docker image (xtekky#1310)
1 parent f962993 commit cd04e75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-workflow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: docker/build-push-action@v5
2929
with:
3030
context: .
31+
file: docker/Dockerfile
3132
push: true
3233
tags: ${{ steps.metadata.outputs.tags }}
3334
labels: ${{ steps.metadata.outputs.labels }}

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM selenium/node-chrome
22

3-
ENV SE_SCREEN_WIDTH 1920
3+
ENV SE_SCREEN_WIDTH 1850
44
ENV G4F_LOGIN_URL http://localhost:7900/?autoconnect=1&resize=scale&password=secret
55
ENV PYTHONUNBUFFERED 1
66

0 commit comments

Comments
 (0)