diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3239a711fdc..44e434b9888 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,9 @@ jobs: if [[ "${{ matrix.is_latest_version }}" == "true" ]] && \ [[ "${{ matrix.is_stable_version }}" == "true" ]]; then BUILD_TAGS+=("latest") - elif [[ "${{ matrix.is_gts_version }}" == "true" ]]; then + fi + + if [[ "${{ matrix.is_gts_version }}" == "true" ]]; then BUILD_TAGS+=("gts") fi diff --git a/image-info.sh b/image-info.sh index 9b43da41281..a1866a9dc67 100755 --- a/image-info.sh +++ b/image-info.sh @@ -7,7 +7,7 @@ IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME" case $FEDORA_MAJOR_VERSION in 38) - IMAGE_TAG="latest" + IMAGE_TAG="gts" ;; *) IMAGE_TAG="$FEDORA_MAJOR_VERSION"