We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a1814 commit 5848843Copy full SHA for 5848843
.github/workflows/release.yaml
@@ -91,7 +91,7 @@ jobs:
91
platforms: ${{ matrix.platform }}
92
tags: ${{ steps.meta.outputs.tags }}
93
build-args: |
94
- CLI_VERSION=${{ steps.meta.outputs.version }}
+ CLI_VERSION=v${{ steps.meta.outputs.version }}
95
96
- name: Build and Push
97
uses: docker/build-push-action@v6
@@ -102,4 +102,4 @@ jobs:
102
103
104
105
0 commit comments