Fix publish docker image (#1310)

This commit is contained in:
H Lohaus 2023-12-06 12:20:19 +01:00 committed by GitHub
parent f962993b8d
commit cd04e752af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

View File

@ -1,6 +1,6 @@
FROM selenium/node-chrome
ENV SE_SCREEN_WIDTH 1920
ENV SE_SCREEN_WIDTH 1850
ENV G4F_LOGIN_URL http://localhost:7900/?autoconnect=1&resize=scale&password=secret
ENV PYTHONUNBUFFERED 1