We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728b5e1 commit 4658e41Copy full SHA for 4658e41
1 file changed
.github/workflows/release.yml
@@ -102,4 +102,6 @@ jobs:
102
platforms: linux/amd64,linux/arm64
103
tags: |
104
socketdev/cli:latest
105
- socketdev/cli:${{ env.VERSION }}
+ socketdev/cli:${{ env.VERSION }}
106
+ build-args: |
107
+ CLI_VERSION=${{ env.VERSION }}
0 commit comments