Skip to content

Commit

Permalink
Merge pull request #291 from wainersm/make_bundle
Browse files Browse the repository at this point in the history
actions: build the bundle on pull requests
  • Loading branch information
wainersm authored Dec 13, 2023
2 parents f1a4ec5 + dc9d61e commit 7d89970
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 7d89970

Please sign in to comment.