From 4f6984fe594b0c71b766c22721bb08d4b9372fb7 Mon Sep 17 00:00:00 2001 From: 7li7li <42026859+7li7li@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:23:17 +0800 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 90ae3cbff..364e04859 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: with: images: 15732060266/chatgpt-next-web tags: | - type=raw,value=latest + type=raw,value=2.14.0 type=ref,event=tag - @@ -49,4 +49,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - + no-cache: true