Skip to content

Commit 4658e41

Browse files
authored
added CLI_VERSION build-arg to build docker step (#41)
1 parent 728b5e1 commit 4658e41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ jobs:
102102
platforms: linux/amd64,linux/arm64
103103
tags: |
104104
socketdev/cli:latest
105-
socketdev/cli:${{ env.VERSION }}
105+
socketdev/cli:${{ env.VERSION }}
106+
build-args: |
107+
CLI_VERSION=${{ env.VERSION }}

0 commit comments

Comments
 (0)