summaryrefslogtreecommitdiffstats
path: root/.github/workflows/publish-workflow.yaml
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-11-17 19:51:26 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-11-17 19:51:26 +0100
commitb7a8e03220970a0400cb5e071803cc5b4585d154 (patch)
treeab03a1756f69d623b3b06090d58b7667458c215c /.github/workflows/publish-workflow.yaml
parentAdd nodriver to Gemini provider, (diff)
downloadgpt4free-b7a8e03220970a0400cb5e071803cc5b4585d154.tar
gpt4free-b7a8e03220970a0400cb5e071803cc5b4585d154.tar.gz
gpt4free-b7a8e03220970a0400cb5e071803cc5b4585d154.tar.bz2
gpt4free-b7a8e03220970a0400cb5e071803cc5b4585d154.tar.lz
gpt4free-b7a8e03220970a0400cb5e071803cc5b4585d154.tar.xz
gpt4free-b7a8e03220970a0400cb5e071803cc5b4585d154.tar.zst
gpt4free-b7a8e03220970a0400cb5e071803cc5b4585d154.zip
Diffstat (limited to '')
-rw-r--r--.github/workflows/publish-workflow.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml
index 2f3624d1..1a1edaab 100644
--- a/.github/workflows/publish-workflow.yaml
+++ b/.github/workflows/publish-workflow.yaml
@@ -55,8 +55,8 @@ jobs:
file: docker/Dockerfile-slim
push: true
tags: |
- hlohaus789/g4f=slim
- hlohaus789/g4f=${{ github.ref_name }}-slim
+ hlohaus789/g4f:slim-latest
+ hlohaus789/g4f:${{ github.ref_name }}-slim
labels: ${{ steps.metadata.outputs.labels }}
build-args: |
G4F_VERSION=${{ github.ref_name }} \ No newline at end of file