Skip to content

Commit 0271723

Browse files
authored
chore: push controlplane protos to BSR (#1153)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent 0d8f80c commit 0271723

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build_and_package.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ jobs:
105105
CHAINLOOP_SIGNING_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
106106
CHAINLOOP_SIGNING_KEY: ${{ secrets.COSIGN_KEY }}
107107

108+
- uses: bufbuild/buf-setup-action@v1
109+
- name: Buf push
110+
uses: bufbuild/buf-push-action@v1
111+
with:
112+
input: "app/controlplane/api"
113+
buf_token: ${{ secrets.buf_api_token }}
114+
108115
- name: Bump Chart Version
109116
run: .github/workflows/utils/bump-chart-version.sh deployment/chainloop ${{ github.ref_name }}
110117

app/controlplane/api/buf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: v1
2+
name: buf.build/chainloop/controlplane
23
breaking:
34
use:
45
- FILE

0 commit comments

Comments
 (0)