Skip to content

Commit

Permalink
fix: Correct cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Jan 15, 2025
1 parent 89a1814 commit 5848843
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 @@ -91,7 +91,7 @@ jobs:
platforms: ${{ matrix.platform }}
tags: ${{ steps.meta.outputs.tags }}
build-args: |
CLI_VERSION=${{ steps.meta.outputs.version }}
CLI_VERSION=v${{ steps.meta.outputs.version }}
- name: Build and Push
uses: docker/build-push-action@v6
Expand All @@ -102,4 +102,4 @@ jobs:
platforms: ${{ matrix.platform }}
tags: ${{ steps.meta.outputs.tags }}
build-args: |
CLI_VERSION=${{ steps.meta.outputs.version }}
CLI_VERSION=v${{ steps.meta.outputs.version }}

0 comments on commit 5848843

Please sign in to comment.