mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01: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
|
||||
|
||||
- name: Setup Docker Trust
|
||||
if: |
|
||||
false &&
|
||||
${{ env.is_publish_branch == 'true' }}
|
||||
if: ${{ env.is_publish_branch == 'true' }}
|
||||
env:
|
||||
DCT_DELEGATION_KEY_ID: "c9bde8ec820701516491e5e03d3a6354e7bd66d05fa3df2b0062f68b116dc59c"
|
||||
DCT_DELEGATE_KEY: ${{ steps.retrieve-secrets.outputs.dct-delegate-2-key }}
|
||||
|
Loading…
Reference in New Issue
Block a user