Browse Source

Forgot $ (#137)

update-clear-defaults v2023.7.0
Vince Grassia 2 years ago committed by GitHub
parent
commit
462bfd311f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-unified.yml

2
.github/workflows/build-unified.yml

@ -119,7 +119,7 @@ jobs: @@ -119,7 +119,7 @@ jobs:
IMAGE_TAG=$(echo "${SERVER_BRANCH}" | sed "s#/#-#g") # slash safe branch name
if [[ "${IMAGE_TAG}" == "master" ]]; then
IMAGE_TAG=dev
elif [[ ("{IMAGE_TAG}" == "rc") || ("${IMAGE_TAG}" == "hotfix-rc") ]]; then
elif [[ ("${IMAGE_TAG}" == "rc") || ("${IMAGE_TAG}" == "hotfix-rc") ]]; then
IMAGE_TAG=beta
fi

Loading…
Cancel
Save