Browse Source

Update workflows for SCIM support (#2131)

pull/2134/head
Micaiah Martin 3 years ago committed by GitHub
parent
commit
39d77cf09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml
  2. 3
      .github/workflows/release.yml

2
.github/workflows/build.yml

@ -235,7 +235,7 @@ jobs: @@ -235,7 +235,7 @@ jobs:
dotnet: true
- service_name: Scim
base_path: ./bitwarden_license/src
docker_repos: [bitwardenqa.azurecr.io]
docker_repos: [bitwarden, bitwardenqa.azurecr.io]
dotnet: true
steps:
- name: Checkout repo

3
.github/workflows/release.yml

@ -165,6 +165,7 @@ jobs: @@ -165,6 +165,7 @@ jobs:
- service_name: Server
- service_name: Setup
- service_name: Sso
- service_name: Scim
steps:
- name: Print environment
env:
@ -278,7 +279,7 @@ jobs: @@ -278,7 +279,7 @@ jobs:
artifacts: "docker-stub.zip,
docker-stub-sha256.txt,
swagger.json"
- name: Download latest Release docker-stub
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8

Loading…
Cancel
Save