From 3daa17d06fd512a0c5637bd7ad2e928545d4a259 Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Thu, 17 Oct 2024 15:54:17 +0200 Subject: [PATCH] build: add wiz to extension build --- .github/workflows/reusable-extension-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-extension-ci.yml b/.github/workflows/reusable-extension-ci.yml index a99f060..461d980 100644 --- a/.github/workflows/reusable-extension-ci.yml +++ b/.github/workflows/reusable-extension-ci.yml @@ -228,7 +228,8 @@ jobs: images: ghcr.io/${{ github.repository }} - name: "[release] Build Docker image release candidate" - if: ${{ startsWith(github.ref, 'refs/tags/') && env.snyk_available == 'true' }} + # temporary always build the rc image if wiz is configured to showcase the wiz integration + if: ${{ (startsWith(github.ref, 'refs/tags/') && env.snyk_available == 'true') || env.wiz_available }} uses: docker/build-push-action@v6 with: context: ./