Skip to content

Commit

Permalink
build: add wiz to extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Oct 17, 2024
1 parent 5075b9e commit 3daa17d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit 3daa17d

Please sign in to comment.