Skip to content

Commit b3d7e44

Browse files
committed
remove testing
1 parent d4ef9dc commit b3d7e44

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/certify-ubi-image.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ on:
2222
description: A comma separated list of architectures in the image manifest to certify
2323
required: false
2424
default: "amd64,arm64,ppc64le,s390x"
25-
push:
26-
branches:
27-
- certify-updates
2825

2926
defaults:
3027
run:
@@ -44,9 +41,9 @@ jobs:
4441
- name: Certify UBI OSS images in quay
4542
uses: ./.github/actions/certify-openshift-image
4643
with:
47-
image: ${{ inputs.image || 'quay.io/nginx/nginx-ingress:4.0.0-ubi' }}
44+
image: ${{ inputs.image }}
4845
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
4946
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
50-
preflight_version: ${{ inputs.preflight_version || '1.11.1' }}
47+
preflight_version: ${{ inputs.preflight_version }}
5148
submit: ${{ inputs.submit || true }}
52-
platforms: ${{ inputs.platforms || 'amd64,arm64,ppc64le,s390x' }}
49+
platforms: ${{ inputs.platforms }}

0 commit comments

Comments
 (0)