File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ jobs:
348348 - name: Install syft
349349 uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
350350 - name: Build Docker image and Helm chart
351- run: make -e build
351+ run: make -e build-ci
352352 - name: Publish Docker image and Helm chart
353353 if: ${{ !github.event.pull_request.head.repo.fork }}
354354 run: make -e publish
Original file line number Diff line number Diff line change @@ -148,6 +148,11 @@ regenerate-nix:
148148
149149build: regenerate-charts regenerate-nix helm-package docker-build
150150
151+ # This target is used by the CI
152+ # It doesn't make use of any nix dependencies and thus aviods building the
153+ # operator unnecessarily often.
154+ build-ci: regenerate-charts helm-package docker-build
155+
151156publish: docker-publish helm-publish
152157
153158check-nix:
You can’t perform that action at this time.
0 commit comments