Skip to content

Commit be6d771

Browse files
committed
chore: update kcl image tag
Signed-off-by: Peefy <xpf6677@163.com>
1 parent 3312fea commit be6d771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Setup QEMU
2727
uses: docker/setup-qemu-action@v3
2828
- name: Setup Docker Buildx
29+
id: buildx
2930
uses: docker/setup-buildx-action@v3
3031
- name: Docker login ghcr.io
3132
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -46,7 +47,7 @@ jobs:
4647
kcllang/kcl
4748
ghcr.io/kcl-lang/kcl
4849
tags: |
49-
type=raw,value=${{ steps.prep.outputs.version }}
50+
type=raw,value=v0.10.6
5051
5152
- name: Build and push Docker image
5253
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)