Skip to content

Commit b7482df

Browse files
committed
Add operator to image version
1 parent 5100b57 commit b7482df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,7 @@ jobs:
428428
image: ${{ matrix.image }}
429429
tag: ${{ inputs.release_version || '' }}
430430
dry_run: ${{ inputs.dry_run || false }}
431-
image_version: ${{ (matrix.image == 'ngf' && endsWith(needs.build-oss.outputs.image_version, '-ubi')) && needs.build-oss.outputs.image_version || (matrix.image == 'nginx' && endsWith(needs.build-oss.outputs.image_version, '-ubi')) && needs.build-oss.outputs.image_version || '' }}
432-
431+
image_version: ${{ (matrix.image == 'ngf' && endsWith(needs.build-oss.outputs.image_version, '-ubi')) && needs.build-oss.outputs.image_version || (matrix.image == 'nginx' && endsWith(needs.build-oss.outputs.image_version, '-ubi')) && needs.build-oss.outputs.image_version || (matrix.image == 'operator' && needs.build-operator.outputs.image_version) }}
433432
permissions:
434433
contents: read
435434
packages: read

0 commit comments

Comments
 (0)