Skip to content

Commit 1ff669b

Browse files
committed
Enaure we can log into reg
1 parent bd33296 commit 1ff669b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/openshift-certification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)