From dc9d61e6c82493937316d19b4f2a59de9a5f58a3 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Mon, 20 Nov 2023 14:58:39 -0300 Subject: [PATCH] actions: build the bundle on pull requests 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 --- .github/workflows/makefile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index bc0ae8be..31f21bac 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -31,3 +31,6 @@ jobs: - name: Build controller run: make build + + - name: Build bundle + run: make bundle IMG=quay.io/confidential-containers/operator:latest