Skip to content

Commit

Permalink
🐛 build the bundle before build+push (#340)
Browse files Browse the repository at this point in the history
Fixes #338

Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager authored Jun 18, 2024
1 parent 78aea43 commit c5d61de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: make docker-build docker-push
- run: make bundle-build bundle-push
- run: make bundle bundle-build bundle-push


run-ci:
Expand Down

0 comments on commit c5d61de

Please sign in to comment.