mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
feat: add tests for 42
This commit is contained in:
parent
d2186329e4
commit
48ab15d888
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build_vars.yml
vendored
8
.github/workflows/build_vars.yml
vendored
|
|
@ -11,7 +11,8 @@ on:
|
||||||
"version": [
|
"version": [
|
||||||
"39",
|
"39",
|
||||||
"40",
|
"40",
|
||||||
"41"
|
"41",
|
||||||
|
"42"
|
||||||
],
|
],
|
||||||
"flatpaks": [
|
"flatpaks": [
|
||||||
"false",
|
"false",
|
||||||
|
|
@ -36,6 +37,11 @@ on:
|
||||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
"version": "41",
|
"version": "41",
|
||||||
"image_name": "base-atomic"
|
"image_name": "base-atomic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||||
|
"version": "42",
|
||||||
|
"image_name": "base-atomic"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue