File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 is_stable_version : true
3737 is_gts_version : false
3838 - major_version : 38
39- is_latest_version : true
39+ is_latest_version : false
4040 is_stable_version : true
4141 is_gts_version : true
4242 - major_version : 39
4343 is_latest_version : true
44- is_stable_version : false
44+ is_stable_version : true
4545 is_gts_version : false
4646 exclude :
4747 # There is no Fedora 37 version of sericea
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG IMAGE_NAME="${IMAGE_NAME:-silverblue}"
22ARG SOURCE_IMAGE="${SOURCE_IMAGE:-silverblue}"
33ARG SOURCE_ORG="${SOURCE_ORG:-fedora-ostree-desktops}"
44ARG BASE_IMAGE="quay.io/${SOURCE_ORG}/${SOURCE_IMAGE}"
5- ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38 }"
5+ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39 }"
66
77FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS nokmods
88
You can’t perform that action at this time.
0 commit comments