Skip to content

Commit

Permalink
Fix build.yml - Update tag generator to not use beta (#2800)
Browse files Browse the repository at this point in the history
(cherry picked from commit f33c4e1)
  • Loading branch information
mimartin12 committed Mar 14, 2023
1 parent bc63a5a commit 3df4c0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,7 @@ jobs:
IMAGE_TAG=$(echo "${GITHUB_REF:11}" | sed "s#/#-#g") # slash safe branch name
if [[ "$IMAGE_TAG" == "master" ]]; then
IMAGE_TAG=dev
elif [[ "$IMAGE_TAG" == "rc" ]] || [[ "$IMAGE_TAG" == "hotfix-rc" ]]; then
IMAGE_TAG=beta
fi
echo "image_tag=$IMAGE_TAG" >> $GITHUB_OUTPUT
- name: Setup project name
Expand Down

0 comments on commit 3df4c0a

Please sign in to comment.