mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
Add SCIM image build and publish (#2125)
This commit is contained in:
parent
75960d6e6d
commit
903273885b
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user