mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
add fedora-ostree-desktops repo back in
This commit is contained in:
parent
d993409091
commit
c8401b4d03
1 changed files with 18 additions and 1 deletions
19
.github/workflows/build_vars.yml
vendored
19
.github/workflows/build_vars.yml
vendored
|
|
@ -20,7 +20,8 @@ on:
|
||||||
],
|
],
|
||||||
"image_repo": [
|
"image_repo": [
|
||||||
"ghcr.io/ublue-os",
|
"ghcr.io/ublue-os",
|
||||||
"quay.io/fedora"
|
"quay.io/fedora",
|
||||||
|
"quay.io/fedora-ostree-desktops"
|
||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
{
|
{
|
||||||
|
|
@ -30,6 +31,10 @@ on:
|
||||||
{
|
{
|
||||||
"image_repo": "quay.io/fedora",
|
"image_repo": "quay.io/fedora",
|
||||||
"image_name": "fedora-bootc"
|
"image_name": "fedora-bootc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"image_name": "base-atomic"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
@ -40,6 +45,18 @@ on:
|
||||||
{
|
{
|
||||||
"image_repo": "quay.io/fedora",
|
"image_repo": "quay.io/fedora",
|
||||||
"flatpaks": "flatpak_refs"
|
"flatpaks": "flatpak_refs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"flatpaks": "flatpak_refs_dir"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"flatpaks": "flatpak_refs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"version": "40"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}'
|
}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue