Skip to content

Commit f8ad388

Browse files
committed
chore: release v0.9.0 image
Signed-off-by: peefy <xpf6677@163.com>
1 parent 3f9dcf3 commit f8ad388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
context: .
4242
platforms: linux/amd64
4343
push: ${{ github.event_name != 'pull_request' }}
44-
tags: kcllang/kcl:latest
44+
tags: kcllang/kcl:v0.9.0
4545
labels: ${{ steps.meta.outputs.labels }}
4646

4747
image-arm64:
@@ -89,5 +89,5 @@ jobs:
8989
context: .
9090
platforms: linux/arm64
9191
push: ${{ github.event_name != 'pull_request' }}
92-
tags: kcllang/kcl-arm64:latets
92+
tags: kcllang/kcl-arm64:v0.9.0
9393
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)