Skip to content

Commit 6b053b5

Browse files
committed
Allow RPM builds fail under UBI
1 parent 043dce7 commit 6b053b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-test-n-publish.yml

+8
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,14 @@ jobs:
699699
- tag: ubi8/ubi:8.5
700700
registry: registry.access.redhat.com
701701
# TODO: add a UBI9 beta container too
702+
703+
continue-on-error: >-
704+
${{
705+
contains(matrix.target-container.tag, 'ubi')
706+
&& true
707+
|| false
708+
}}
709+
702710
runs-on: ubuntu-latest
703711
container:
704712
# NOTE: GHA has poor support for concat which is why I resorted to

0 commit comments

Comments
 (0)