mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 21:15:10 -05: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:
|
env:
|
||||||
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
||||||
run: |
|
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
|
echo "tags=bitwardenqa.azurecr.io/self-host:${IMAGE_TAG},bitwarden/self-host:${IMAGE_TAG}" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "tags=bitwardenqa.azurecr.io/self-host:${IMAGE_TAG}" >> $GITHUB_OUTPUT
|
echo "tags=bitwardenqa.azurecr.io/self-host:${IMAGE_TAG}" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user