ci: Test all supported versions of RedHat UBI

This commit is contained in:
Richard Hansen 2024-05-19 18:32:05 -04:00
parent dd7a8aeb10
commit f2c9158da4

View file

@ -60,6 +60,8 @@ jobs:
# aren't available, so those tests will be skipped. I guess it's # aren't available, so those tests will be skipped. I guess it's
# still better than nothing. # still better than nothing.
- registry.access.redhat.com/ubi7/ubi:latest - registry.access.redhat.com/ubi7/ubi:latest
- registry.access.redhat.com/ubi8/ubi:latest
- registry.access.redhat.com/ubi9/ubi:latest
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ${{ matrix.image }} image: ${{ matrix.image }}