Skip to content

Commit e3f4b3a

Browse files
Generated commit to update templated files based on rev c9d1f74 in stackabletech/operator-templating repo. (#544)
Triggered by: Manual run triggered by: razvan with message [streamline CI workflows]
1 parent 0b45ae1 commit e3f4b3a

File tree

5 files changed

+642
-1349
lines changed

5 files changed

+642
-1349
lines changed

.envrc.sample

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# vim: syntax=conf
2+
#
3+
# If you use direnv, you can autoload the nix shell:
4+
# You will need to allow the directory the first time.
5+
use nix

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,20 @@ jobs:
351351
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # tag=v3.3.0
352352
- name: Install syft
353353
uses: anchore/sbom-action/download-syft@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # tag=v0.15.5
354+
- name: Build Docker image and Helm chart
355+
run: make -e build
354356
- name: Publish Docker image and Helm chart
357+
if: ${{ !github.event.pull_request.head.repo.fork }}
355358
run: make -e publish
356359
# Output the name of the published image to the Job output for later use
357360
- id: printtag
358361
name: Output image name and tag
362+
if: ${{ !github.event.pull_request.head.repo.fork }}
359363
run: echo "IMAGE_TAG=$(make -e print-docker-tag)" >> $GITHUB_OUTPUT
360364

361365
openshift_preflight:
362366
name: Run the OpenShift Preflight check on the published images
367+
if: ${{ !github.event.pull_request.head.repo.fork }}
363368
needs:
364369
- package_and_publish
365370
runs-on: ubuntu-latest

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ result
1313
image.tar
1414

1515
tilt_options.json
16+
17+
.direnv/
18+
.direnvrc
19+
.envrc

0 commit comments

Comments
 (0)