mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 23:40:44 -04:00
Fix proto file generation (#155)
* Fix kms export path * Regenerate proto files Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
08f4f4e0aa
commit
7ba2fdd1a1
3 changed files with 65 additions and 62 deletions
|
@ -55,4 +55,4 @@ COPY --from=build /pubapi/*.go coordinator/pubapi/pubproto/
|
|||
COPY --from=build /vpnapi/*.go coordinator/vpnapi/vpnproto/
|
||||
COPY --from=build /disk-mapper/*.go state/keyservice/keyproto/
|
||||
COPY --from=build /service/*.go debugd/service/
|
||||
COPY --from=build /kms/*.go kms/server/kmsproto/
|
||||
COPY --from=build /kms/*.go kms/server/kmsapi/kmsproto/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue