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:
348
348
- name: Install syft
349
349
uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
350
350
- name: Build Docker image and Helm chart
351
- run: make -e build
351
+ run: make -e build-ci
352
352
- name: Publish Docker image and Helm chart
353
353
if: ${{ !github.event.pull_request.head.repo.fork }}
354
354
run: make -e publish
Original file line number Diff line number Diff line change @@ -148,6 +148,11 @@ regenerate-nix:
148
148
149
149
build: regenerate-charts regenerate-nix helm-package docker-build
150
150
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
+
151
156
publish: docker-publish helm-publish
152
157
153
158
check-nix:
You can’t perform that action at this time.
0 commit comments