From 3726dc0e8193dd54cb220b1b827a0294d188dc32 Mon Sep 17 00:00:00 2001 From: m2 <69128853+m2Giles@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:50:18 -0400 Subject: [PATCH] feat: Update Tags for F41 Release (#293) --- .github/workflows/reusable-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 1c14aeb..97e1d5a 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -85,16 +85,16 @@ jobs: if [[ "${{ matrix.fedora_version }}" -eq "39" ]]; then IS_LATEST_VERSION=false IS_STABLE_VERSION=true - IS_GTS_VERSION=true + IS_GTS_VERSION=false IS_BETA_VERSION=false elif [[ "${{ matrix.fedora_version }}" -eq "40" ]]; then - IS_LATEST_VERSION=true + IS_LATEST_VERSION=false IS_STABLE_VERSION=true - IS_GTS_VERSION=false + IS_GTS_VERSION=true IS_BETA_VERSION=false elif [[ "${{ matrix.fedora_version }}" -eq "41" ]]; then - IS_LATEST_VERSION=false - IS_STABLE_VERSION=false + IS_LATEST_VERSION=true + IS_STABLE_VERSION=true IS_GTS_VERSION=false IS_BETA_VERSION=true fi