Browse Source

Enable publishing self-host rc-2022.12 (#2440)

pull/2441/head
Joseph Flinn 3 years ago committed by GitHub
parent
commit
691c5a9e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-self-host.yml

2
.github/workflows/build-self-host.yml

@ -101,7 +101,7 @@ jobs: @@ -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…
Cancel
Save