From ea1448001df9c66f05a52618eb3e40a88df5efe8 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sun, 17 Nov 2024 11:06:37 +0100 Subject: Add nodriver to Gemini provider, Add slim docker image with google-chrome usage, Add the new docker images to publish worklow, Update requirements.txt and pip requirements --- .github/workflows/publish-workflow.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index bfc0b735..2f3624d1 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -48,3 +48,15 @@ jobs: labels: ${{ steps.metadata.outputs.labels }} build-args: | G4F_VERSION=${{ github.ref_name }} + - name: Build and push slim image + uses: docker/build-push-action@v5 + with: + context: . + file: docker/Dockerfile-slim + push: true + tags: | + hlohaus789/g4f=slim + hlohaus789/g4f=${{ github.ref_name }}-slim + labels: ${{ steps.metadata.outputs.labels }} + build-args: | + G4F_VERSION=${{ github.ref_name }} \ No newline at end of file -- cgit v1.2.3