File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -626,11 +626,11 @@ generate-build-tags image="bluefin" tag="latest" flavor="main" kernel_pin="" ghc
626626 # Weekly Stable / Rebuild Stable on workflow_dispatch
627627 github_event=" {{ github_event }} "
628628 if [[ " {{ tag }} " =~ " stable" && " ${WEEKLY}" == " ${TODAY}" && " ${github_event}" =~ schedule ]]; then
629- BUILD_TAGS+ =(" stable" " stable-${version}" " stable-${version:3}" " gts-${version}" " gts-${version:3}" )
629+ BUILD_TAGS+ =(" stable" " stable-${version}" " stable-${version:3}" " gts" " gts -${version}" " gts-${version:3}" )
630630 elif [[ " {{ tag }} " =~ " stable" && " ${github_event}" =~ workflow_dispatch|workflow_call ]]; then
631- BUILD_TAGS+ =(" stable" " stable-${version}" " stable-${version:3}" " gts-${version}" " gts-${version:3}" )
631+ BUILD_TAGS+ =(" stable" " stable-${version}" " stable-${version:3}" " gts" " gts -${version}" " gts-${version:3}" )
632632 elif [[ " {{ tag }} " =~ " stable" && " {{ ghcr }} " == " 0" ]]; then
633- BUILD_TAGS+ =(" stable" " stable-${version}" " stable-${version:3}" " gts-${version}" " gts-${version:3}" )
633+ BUILD_TAGS+ =(" stable" " stable-${version}" " stable-${version:3}" " gts" " gts -${version}" " gts-${version:3}" )
634634 elif [[ ! " {{ tag }} " =~ stable|beta ]]; then
635635 BUILD_TAGS+ =(" ${FEDORA_VERSION}" " ${FEDORA_VERSION}-${version}" " ${FEDORA_VERSION}-${version:3}" )
636636 fi
You can’t perform that action at this time.
0 commit comments