mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
fix(ci): correctly override UBI9 image and switch to full UBI9
This commit is contained in:
parent
fdaa7adbab
commit
10ae03eb83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/providers-build.yml
vendored
2
.github/workflows/providers-build.yml
vendored
|
@ -173,7 +173,7 @@ jobs:
|
|||
yq -i '
|
||||
.image_type = "container" |
|
||||
.image_name = "ubi9-test" |
|
||||
.container_base = "registry.access.redhat.com/ubi9/ubi-minimal:latest"
|
||||
.distribution_spec.container_image = "registry.access.redhat.com/ubi9:latest"
|
||||
' llama_stack/templates/dev/build.yaml
|
||||
|
||||
- name: Build dev → container (UBI9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue