Skip to content

Commit 5848843

Browse files
fix: Correct cli version
1 parent 89a1814 commit 5848843

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
@@ -91,7 +91,7 @@ jobs:
9191
platforms: ${{ matrix.platform }}
9292
tags: ${{ steps.meta.outputs.tags }}
9393
build-args: |
94-
CLI_VERSION=${{ steps.meta.outputs.version }}
94+
CLI_VERSION=v${{ steps.meta.outputs.version }}
9595
9696
- name: Build and Push
9797
uses: docker/build-push-action@v6
@@ -102,4 +102,4 @@ jobs:
102102
platforms: ${{ matrix.platform }}
103103
tags: ${{ steps.meta.outputs.tags }}
104104
build-args: |
105-
CLI_VERSION=${{ steps.meta.outputs.version }}
105+
CLI_VERSION=v${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)