chore(ci): bash variables only work when using proper braces

This commit is contained in:
Benjamin Sherman
2024-01-13 17:05:41 -06:00
parent 0eef4e9dfa
commit f55a60f596

View File

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