diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5655b2a..29d0484 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,8 @@ jobs: # aren't available, so those tests will be skipped. I guess it's # still better than nothing. - 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 container: image: ${{ matrix.image }}