Skip to content

Commit

Permalink
actions: build the bundle on pull requests
Browse files Browse the repository at this point in the history
So we check the bundle is not broken way before we try to publish it on
the Operator Hub.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Nov 20, 2023
1 parent a27d7f3 commit 9b34bff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:

- name: Build controller
run: make build

- name: Build bundle
run: make bundle IMG=quay.io/confidential-containers/operator:latest

0 comments on commit 9b34bff

Please sign in to comment.