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 6b8c3b8 commit 6cd0e61Copy full SHA for 6cd0e61
.github/workflows/release.yml
@@ -14,6 +14,11 @@ on:
14
required: false
15
type: string
16
default: "test"
17
+ llamaServerVersion:
18
+ description: 'llama-server version'
19
+ required: false
20
+ type: string
21
+ default: "latest"
22
23
jobs:
24
test:
@@ -75,7 +80,7 @@ jobs:
75
80
file: Dockerfile
76
81
platforms: linux/amd64, linux/arm64
77
82
build-args: |
78
- "LLAMA_SERVER_VERSION=latest"
83
+ "LLAMA_SERVER_VERSION=${{ inputs.llamaServerVersion }}"
79
84
push: true
85
sbom: true
86
provenance: mode=max
@@ -87,7 +92,7 @@ jobs:
87
92
88
93
89
94
90
95
91
96
"LLAMA_SERVER_VARIANT=cuda"
97
"BASE_IMAGE=nvidia/cuda:12.9.0-runtime-ubuntu24.04"
98
0 commit comments