@@ -137,6 +137,7 @@ jobs:
137137 platforms : linux/amd64, linux/arm64
138138 build-args : |
139139 "LLAMA_SERVER_VERSION=${{ inputs.llamaServerVersion }}"
140+ "VERSION=${{ inputs.releaseTag }}"
140141 push : true
141142 sbom : true
142143 provenance : mode=max
@@ -152,6 +153,7 @@ jobs:
152153 "LLAMA_SERVER_VERSION=${{ inputs.llamaServerVersion }}"
153154 "LLAMA_SERVER_VARIANT=cuda"
154155 "BASE_IMAGE=nvidia/cuda:12.9.0-runtime-ubuntu24.04"
156+ "VERSION=${{ inputs.releaseTag }}"
155157 push : true
156158 sbom : true
157159 provenance : mode=max
@@ -170,6 +172,7 @@ jobs:
170172 "VLLM_VERSION=${{ inputs.vllmVersion }}"
171173 "VLLM_CUDA_VERSION=cu130"
172174 "VLLM_PYTHON_TAG=cp38-abi3"
175+ "VERSION=${{ inputs.releaseTag }}"
173176 push : true
174177 sbom : true
175178 provenance : mode=max
@@ -186,6 +189,7 @@ jobs:
186189 "LLAMA_SERVER_VARIANT=cuda"
187190 "BASE_IMAGE=nvidia/cuda:12.9.0-runtime-ubuntu24.04"
188191 "SGLANG_VERSION=${{ inputs.sglangVersion }}"
192+ "VERSION=${{ inputs.releaseTag }}"
189193 push : true
190194 sbom : true
191195 provenance : mode=max
@@ -199,6 +203,7 @@ jobs:
199203 platforms : linux/amd64, linux/arm64
200204 build-args : |
201205 "LLAMA_SERVER_VERSION=${{ inputs.llamaServerVersion }}"
206+ "VERSION=${{ inputs.releaseTag }}"
202207 push : true
203208 sbom : true
204209 provenance : mode=max
@@ -214,6 +219,7 @@ jobs:
214219 "LLAMA_SERVER_VERSION=${{ inputs.llamaServerVersion }}"
215220 "LLAMA_SERVER_VARIANT=rocm"
216221 "BASE_IMAGE=rocm/dev-ubuntu-22.04"
222+ "VERSION=${{ inputs.releaseTag }}"
217223 push : true
218224 sbom : true
219225 provenance : mode=max
@@ -230,6 +236,7 @@ jobs:
230236 "LLAMA_SERVER_VERSION=${{ inputs.llamaServerVersion }}"
231237 "LLAMA_SERVER_VARIANT=musa"
232238 "BASE_IMAGE=mthreads/musa:rc4.3.0-runtime-ubuntu22.04-amd64"
239+ "VERSION=${{ inputs.releaseTag }}"
233240 push : true
234241 sbom : true
235242 provenance : mode=max
@@ -246,6 +253,7 @@ jobs:
246253 "LLAMA_SERVER_VERSION=${{ inputs.llamaServerVersion }}"
247254 "LLAMA_SERVER_VARIANT=cann"
248255 "BASE_IMAGE=ascendai/cann:8.2.rc2-910b-ubuntu22.04-py3.11"
256+ "VERSION=${{ inputs.releaseTag }}"
249257 push : true
250258 sbom : true
251259 provenance : mode=max
0 commit comments