From 903273885b34a4cba2d7f3d0923ce8a89ddeaf79 Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Tue, 19 Jul 2022 13:35:26 +0000 Subject: [PATCH] Add SCIM image build and publish (#2125) --- .github/workflows/build.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21620c34ae..6649aff394 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repo - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Install cloc run: | @@ -83,7 +83,7 @@ jobs: build-artifacts: name: Build artifacts runs-on: ubuntu-20.04 - needs: + needs: - testing - lint strategy: @@ -114,6 +114,9 @@ jobs: - service_name: Sso base_path: ./bitwarden_license/src node: true + - service_name: Scim + base_path: ./bitwarden_license/src + dotnet: true steps: - name: Checkout repo uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 @@ -230,6 +233,10 @@ jobs: base_path: ./bitwarden_license/src docker_repos: [bitwarden, bitwardenqa.azurecr.io] dotnet: true + - service_name: Scim + base_path: ./bitwarden_license/src + docker_repos: [bitwardenqa.azurecr.io] + dotnet: true steps: - name: Checkout repo uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846