Skip to content

Commit

Permalink
chore(ci): bash variables only work when using proper braces
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Jan 13, 2024
1 parent 0eef4e9 commit f55a60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
alias_tags=("${COMMIT_TAGS[@]}")
else
if [[ "$[COREOS_VERSION]" == "stable" ]]; then
if [[ "${COREOS_VERSION}" == "stable" ]]; then
BUILD_TAGS+=("latest")
fi
Expand Down

0 comments on commit f55a60f

Please sign in to comment.