From 307e82be05d3d8129e5621c1cc68b5f218d97efe Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 8 Jul 2024 12:29:56 +0800 Subject: [PATCH] chore: release v0.9.0 Signed-off-by: peefy --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7415d2..9359370 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -89,5 +89,5 @@ jobs: context: . platforms: linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: kcllang/kcl:latest + tags: kcllang/kcl-arm64:latest labels: ${{ steps.meta.outputs.labels }}