mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 13:35:10 -05:00
Enable DCT (#2446)
This commit is contained in:
parent
f74730dd2f
commit
447066e417
4
.github/workflows/build-self-host.yml
vendored
4
.github/workflows/build-self-host.yml
vendored
@ -72,9 +72,7 @@ jobs:
|
|||||||
run: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
run: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
|
|
||||||
- name: Setup Docker Trust
|
- name: Setup Docker Trust
|
||||||
if: |
|
if: ${{ env.is_publish_branch == 'true' }}
|
||||||
false &&
|
|
||||||
${{ env.is_publish_branch == 'true' }}
|
|
||||||
env:
|
env:
|
||||||
DCT_DELEGATION_KEY_ID: "c9bde8ec820701516491e5e03d3a6354e7bd66d05fa3df2b0062f68b116dc59c"
|
DCT_DELEGATION_KEY_ID: "c9bde8ec820701516491e5e03d3a6354e7bd66d05fa3df2b0062f68b116dc59c"
|
||||||
DCT_DELEGATE_KEY: ${{ steps.retrieve-secrets.outputs.dct-delegate-2-key }}
|
DCT_DELEGATE_KEY: ${{ steps.retrieve-secrets.outputs.dct-delegate-2-key }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user