mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 00:22:09 +03:00
Fix publish docker image (#1310)
This commit is contained in:
parent
f962993b8d
commit
cd04e752af
1
.github/workflows/publish-workflow.yaml
vendored
1
.github/workflows/publish-workflow.yaml
vendored
@ -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 }}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user