mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -05:00
Remove 'rc-2022.12' logic (#2475)
This commit is contained in:
parent
c25ef0be5c
commit
a98a5d8dc6
4
.github/workflows/build-self-host.yml
vendored
4
.github/workflows/build-self-host.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Check Branch to Publish
|
||||
env:
|
||||
PUBLISH_BRANCHES: "master,rc,hotfix-rc,rc-2022.12"
|
||||
PUBLISH_BRANCHES: "master,rc,hotfix-rc"
|
||||
id: publish-branch-check
|
||||
run: |
|
||||
IFS="," read -a publish_branches <<< $PUBLISH_BRANCHES
|
||||
@ -90,7 +90,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-2022.12" ]]; then
|
||||
elif [[ "$IMAGE_TAG" == "rc" ]] || [[ "$IMAGE_TAG" == "hotfix-rc" ]]; then
|
||||
IMAGE_TAG=beta
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user