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 b8139de commit 06ce112Copy full SHA for 06ce112
.github/workflows/certify-ubi-image.yml
@@ -18,6 +18,9 @@ on:
18
required: false
19
type: string
20
default: "1.11.1"
21
+ push:
22
+ branches:
23
+ - certify-updates
24
25
defaults:
26
run:
@@ -34,8 +37,8 @@ jobs:
34
37
- name: Certify UBI OSS images in quay
35
38
uses: ./.github/actions/certify-openshift-image
36
39
with:
- image: ${{ inputs.image }}
40
+ image: ${{ inputs.image || 'quay.io/nginx/nginx-ingress:3.6.0-ubi' }}
41
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
42
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
- preflight_version: ${{ inputs.preflight_version }}
- submit: ${{ inputs.submit }}
43
+ preflight_version: ${{ inputs.preflight_version || '1.11.1' }}
44
+ submit: ${{ inputs.submit || false }}
0 commit comments