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 becbc83 commit a2ec903Copy full SHA for a2ec903
.github/workflows/certify-ubi-image.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Certify UBI OSS images in quay
41
uses: ./.github/actions/certify-openshift-image
42
with:
43
- image: ${{ inputs.image || 'quay.io/nginx/nginx-ingress:3.6.0-ubi' }}
+ image: ${{ inputs.image || 'quay.io/nginx/nginx-ingress:3.6.1-ubi' }}
44
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
45
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
46
preflight_version: ${{ inputs.preflight_version || '1.11.1' }}
0 commit comments