From 72ad73335582e70f061e559dd723bf3859f01ec5 Mon Sep 17 00:00:00 2001 From: Lan Date: Sun, 24 Nov 2024 23:40:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=90=8E=E5=8F=B0=E6=BB=9A=E5=8A=A8+s3?= =?UTF-8?q?=E8=AE=BE=E7=BD=AEsign=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 37e916b..7b7a539 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -41,7 +41,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:beta + tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - name: Move cache