From 56bfa2f4212a0fef17856c08553e84e23cfe6ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= Date: Fri, 20 Sep 2024 08:15:52 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a46997..b99f065 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: platforms: linux/amd64,linux/arm64 push: true build-args: | - version=${{ env.version }} + version=${{ env.version }}-ce tags: | ${{ github.repository_owner }}/jms_${{ matrix.component }}:${{ env.version }} ${{ github.repository_owner }}/jms_${{ matrix.component }}:latest