Skip to content

Commit

Permalink
zzz
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 8, 2024
1 parent d521890 commit 5176d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
context: .
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: kcllang/kcl:0.9.0
tags: kcllang/kcl:0.9.1
labels: ${{ steps.meta.outputs.labels }}

image-arm64:
Expand Down Expand Up @@ -89,5 +89,5 @@ jobs:
context: .
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: kcllang/kcl-arm64:v0.9.1
tags: kcllang/kcl-arm64:v0.9.0
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5176d22

Please sign in to comment.