From dbd5827c281d8d5405d59ad210d0bcfe0587849c Mon Sep 17 00:00:00 2001 From: yokowu <18836617@qq.com> Date: Tue, 1 Jul 2025 14:33:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E9=99=A4=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=A4=9A=E4=BD=99=E7=9A=84v=E5=89=8D?= =?UTF-8?q?=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci-cd.yml | 2 +- .github/workflows/frontend-ci-cd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend-ci-cd.yml b/.github/workflows/backend-ci-cd.yml index 4b70464..a313152 100644 --- a/.github/workflows/backend-ci-cd.yml +++ b/.github/workflows/backend-ci-cd.yml @@ -98,7 +98,7 @@ jobs: push: true platforms: linux/amd64, linux/arm64 tags: | - ${{ env.REGISTRY }}/backend:v${{ steps.get_version.outputs.VERSION }} + ${{ env.REGISTRY }}/backend:${{ steps.get_version.outputs.VERSION }} ${{ env.REGISTRY }}/backend:latest build-args: | GOCACHE=/tmp/go-build diff --git a/.github/workflows/frontend-ci-cd.yml b/.github/workflows/frontend-ci-cd.yml index b7c0eb1..3980766 100644 --- a/.github/workflows/frontend-ci-cd.yml +++ b/.github/workflows/frontend-ci-cd.yml @@ -127,7 +127,7 @@ jobs: push: true platforms: linux/amd64, linux/arm64 tags: | - ${{ env.REGISTRY }}/frontend:v${{ needs.build.outputs.version }} + ${{ env.REGISTRY }}/frontend:${{ needs.build.outputs.version }} ${{ env.REGISTRY }}/frontend:latest cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=max \ No newline at end of file