File tree 5 files changed +642
-1349
lines changed
5 files changed +642
-1349
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -351,15 +351,20 @@ jobs:
351
351
uses : sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # tag=v3.3.0
352
352
- name : Install syft
353
353
uses : anchore/sbom-action/download-syft@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # tag=v0.15.5
354
+ - name : Build Docker image and Helm chart
355
+ run : make -e build
354
356
- name : Publish Docker image and Helm chart
357
+ if : ${{ !github.event.pull_request.head.repo.fork }}
355
358
run : make -e publish
356
359
# Output the name of the published image to the Job output for later use
357
360
- id : printtag
358
361
name : Output image name and tag
362
+ if : ${{ !github.event.pull_request.head.repo.fork }}
359
363
run : echo "IMAGE_TAG=$(make -e print-docker-tag)" >> $GITHUB_OUTPUT
360
364
361
365
openshift_preflight :
362
366
name : Run the OpenShift Preflight check on the published images
367
+ if : ${{ !github.event.pull_request.head.repo.fork }}
363
368
needs :
364
369
- package_and_publish
365
370
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 13
13
image.tar
14
14
15
15
tilt_options.json
16
+
17
+ .direnv /
18
+ .direnvrc
19
+ .envrc
You can’t perform that action at this time.
0 commit comments