Skip to content

Feature/multi arch operator pipeline #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 13, 2024
2 changes: 1 addition & 1 deletion template/.github/workflows/build.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
name: Run the OpenShift Preflight check on the published images
if: ${{ !github.event.pull_request.head.repo.fork }}
needs:
- package_and_publish
- create_manifest_list
runs-on: ubuntu-latest
env:
IMAGE_TAG: ${{ needs.package_and_publish.outputs.IMAGE_TAG }}
Expand Down