1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

Add docker notary (#1036)

* updating the Build Action to sign docker images

* moving the DCT env var placement

* adding in some temp_test values to build/push the dev images

* testing dev docker signing

* debugging missing file

* adding manual creation of ~/.docker/trust/private since we are not building with DCT enabled

* updating the secret name for the delegation key passphrase

* removing debugging code
This commit is contained in:
Joseph Flinn
2020-12-09 10:58:58 -08:00
committed by GitHub
parent 8fc397716a
commit 7d3fb55b2d
3 changed files with 55 additions and 0 deletions

7
.github/test/on-master-event.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"release": {
"head": {
"ref": "master"
}
}
}