From 17331112b43c1d97256e2d8e7e16d76e3b0a3b60 Mon Sep 17 00:00:00 2001 From: Lan <48862574+vastsa@users.noreply.github.com> Date: Sat, 22 Feb 2025 23:48:11 +0800 Subject: [PATCH] feat: update latest version --- .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