File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ jobs:
359359 platforms : ${{ matrix.platforms }}
360360 build-os : ${{ matrix.build-os }}
361361 tag : ${{ inputs.release_version || '' }}
362- dry_run : ${{ inputs.dry_run || false}}
362+ dry_run : ${{ inputs.dry_run || false }}
363363 runner : ${{ github.repository_owner == 'nginx' && (inputs.is_production_release || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-24.04-amd64' || 'ubuntu-24.04' }}
364364 permissions :
365365 contents : read # for docker/build-push-action to read repo content
@@ -409,11 +409,12 @@ jobs:
409409
410410 openshift-certification :
411411 name : OpenShift Certification
412- needs : [build-oss, build-plus, build- operator]
412+ needs : [build-oss, build-operator]
413413 strategy :
414414 fail-fast : false
415415 matrix :
416416 image : [ngf, nginx, operator]
417+ # Add platform to matrix
417418 # if: ${{ github.event_name != 'pull_request' && github.event_pull_request.base.ref == 'main' || (github.event_name == 'push' && github.ref == 'refs/heads/main') || (inputs.is_production_release == true) }}
418419 uses : ./.github/workflows/openshift-certification.yml
419420 with :
Original file line number Diff line number Diff line change 3636
3737 - name : Login to GitHub Container Registry
3838 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
39- if : ${{ github.event_name != 'pull_request' && ! contains(inputs.image, 'plus') }}
39+ # if: ${{ github.event_name != 'pull_request' && ! contains(inputs.image, 'plus') }}
4040 with :
4141 registry : ghcr.io
4242 username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments