mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
test with base image
This commit is contained in:
parent
362fea7d5d
commit
b7918a6b54
1 changed files with 29 additions and 3 deletions
32
.github/workflows/build_vars.yml
vendored
32
.github/workflows/build_vars.yml
vendored
|
|
@ -19,10 +19,36 @@ on:
|
||||||
"flatpak_refs"
|
"flatpak_refs"
|
||||||
],
|
],
|
||||||
"image_repo": [
|
"image_repo": [
|
||||||
"ghcr.io/ublue-os"
|
"ghcr.io/ublue-os",
|
||||||
|
"quay.io/fedora-ostree-desktops"
|
||||||
],
|
],
|
||||||
"image_name": [
|
"include": [
|
||||||
"base-main"
|
{
|
||||||
|
"image_repo": "ghcr.io/ublue-os",
|
||||||
|
"image_name": "base-main"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"image_name": "base"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"version": "39"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"version": "41"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"flatpaks": "flatpak_refs_dir"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"flatpaks": "flatpak_refs"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}'
|
}'
|
||||||
VARIANT:
|
VARIANT:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue