File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -368,12 +368,10 @@ jobs:
368
368
369
369
make -e build
370
370
- name : Publish Docker image and Helm chart
371
- if : ${{ !github.event.pull_request.head.repo.fork }}
372
371
run : make -e publish
373
372
# Output the name of the published image to the Job output for later use
374
373
- id : printtag
375
374
name : Output image name and tag
376
- if : ${{ !github.event.pull_request.head.repo.fork }}
377
375
run : echo "IMAGE_TAG=$(make -e print-docker-tag)" >> $GITHUB_OUTPUT
378
376
379
377
create_manifest_list :
@@ -415,7 +413,6 @@ jobs:
415
413
416
414
openshift_preflight :
417
415
name : Run the OpenShift Preflight check on the published images
418
- if : ${{ !github.event.pull_request.head.repo.fork }}
419
416
needs :
420
417
- create_manifest_list
421
418
- package_and_publish
You can’t perform that action at this time.
0 commit comments