We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ff0ac commit d4ef9dcCopy full SHA for d4ef9dc
.github/workflows/certify-ubi-image.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Certify UBI OSS images in quay
45
uses: ./.github/actions/certify-openshift-image
46
with:
47
- image: ${{ inputs.image || 'quay.io/nginx/nginx-ingress:3.7.2-ubi' }}
+ image: ${{ inputs.image || 'quay.io/nginx/nginx-ingress:4.0.0-ubi' }}
48
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
49
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
50
preflight_version: ${{ inputs.preflight_version || '1.11.1' }}
0 commit comments