Skip to content

Commit 283bedc

Browse files
Malewaresbernauer
andauthored
Feature/multi arch operator pipeline (#382)
* Typos * Removing old action to install cargo-edit * Adding new preflight check * Yamlllint * Ignore DS_Store * Adding actionlint.yaml for buildjet custom runners * Cleaning up for consitency * Nits from sbernauer Co-authored-by: Sebastian Bernauer <[email protected]> * Fixing dependency for preflight to run --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent d426b5d commit 283bedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
name: Run the OpenShift Preflight check on the published images
413413
if: ${{ !github.event.pull_request.head.repo.fork }}
414414
needs:
415-
- package_and_publish
415+
- create_manifest_list
416416
runs-on: ubuntu-latest
417417
env:
418418
IMAGE_TAG: ${{ needs.package_and_publish.outputs.IMAGE_TAG }}

0 commit comments

Comments
 (0)