mirror of
https://github.com/bitwarden/server.git
synced 2025-02-16 01:51:21 +01:00
Enable publishing self-host rc-2022.12 (#2440)
This commit is contained in:
parent
2277625e74
commit
691c5a9e98
2
.github/workflows/build-self-host.yml
vendored
2
.github/workflows/build-self-host.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
env:
|
||||
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
||||
run: |
|
||||
if [ "$IMAGE_TAG" = "dev" ]; then
|
||||
if [ "$IMAGE_TAG" = "dev" ] || [ "$IMAGE_TAG" = "rc-2022.12" ]; then
|
||||
echo "tags=bitwardenqa.azurecr.io/self-host:${IMAGE_TAG},bitwarden/self-host:${IMAGE_TAG}" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "tags=bitwardenqa.azurecr.io/self-host:${IMAGE_TAG}" >> $GITHUB_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user