mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
fix: added fedora 40 back
This commit is contained in:
parent
5edf4b9615
commit
57806184a2
1 changed files with 8 additions and 2 deletions
10
.github/workflows/build_vars.yml
vendored
10
.github/workflows/build_vars.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
value: '
|
||||
{
|
||||
"version": [
|
||||
"40",
|
||||
"41",
|
||||
"42"
|
||||
],
|
||||
|
|
@ -27,9 +28,9 @@ on:
|
|||
"image_name": "base-main",
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"image_repo": "quay.io/fedora",
|
||||
"version": "40",
|
||||
"image_name": "base"
|
||||
"image_name": "fedora-bootc"
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
|
|
@ -47,6 +48,11 @@ on:
|
|||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"version": "39"
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"version": "40",
|
||||
"image_name": "base"
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"flatpaks": "flatpak_refs_dir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue