Skip to content

Commit 06ce112

Browse files
committed
test workflow
1 parent b8139de commit 06ce112

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
required: false
1919
type: string
2020
default: "1.11.1"
21+
push:
22+
branches:
23+
- certify-updates
2124

2225
defaults:
2326
run:
@@ -34,8 +37,8 @@ jobs:
3437
- name: Certify UBI OSS images in quay
3538
uses: ./.github/actions/certify-openshift-image
3639
with:
37-
image: ${{ inputs.image }}
40+
image: ${{ inputs.image || 'quay.io/nginx/nginx-ingress:3.6.0-ubi' }}
3841
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
3942
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
40-
preflight_version: ${{ inputs.preflight_version }}
41-
submit: ${{ inputs.submit }}
43+
preflight_version: ${{ inputs.preflight_version || '1.11.1' }}
44+
submit: ${{ inputs.submit || false }}

0 commit comments

Comments
 (0)