mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +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": [
|
||||
"39",
|
||||
"40",
|
||||
"41"
|
||||
"41",
|
||||
"42"
|
||||
],
|
||||
"flatpaks": [
|
||||
"false",
|
||||
|
|
@ -36,6 +37,11 @@ on:
|
|||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"version": "41",
|
||||
"image_name": "base-atomic"
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"version": "42",
|
||||
"image_name": "base-atomic"
|
||||
}
|
||||
],
|
||||
"exclude": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue