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 0db0eff commit 8decbcbCopy full SHA for 8decbcb
.github/workflows/ci.yml
@@ -425,6 +425,8 @@ jobs:
425
${{ matrix.image == 'ngf' && needs.build-oss.outputs.image_version
426
|| matrix.image == 'nginx' && needs.build-oss.outputs.image_version
427
|| matrix.image == 'operator' && needs.build-operator.outputs.image_version }}
428
+ tag: ${{ inputs.release_version || '' }}
429
+ dry_run: ${{ inputs.dry_run || false }}
430
permissions:
431
contents: read
432
packages: read
.github/workflows/openshift-certification.yml
@@ -13,6 +13,14 @@ on:
13
image_version:
14
required: true
15
type: string
16
+ tag:
17
+ required: false
18
+ type: string
19
+ default: ''
20
+ dry_run:
21
22
+ type: boolean
23
+ default: false
24
25
defaults:
26
run:
0 commit comments