Merge pull request #113 from ublue-os/add-latest

chore(ci): resume use of latest tag for stable image
This commit is contained in:
Benjamin Sherman
2024-01-13 15:43:37 -06:00
committed by GitHub

View File

@@ -282,6 +282,10 @@ jobs:
alias_tags=("${COMMIT_TAGS[@]}")
else
if [[ "$[COREOS_VERSION]" == "stable" ]]; then
BUILD_TAGS+=("latest")
fi
alias_tags=("${BUILD_TAGS[@]}")
fi