From 67532228d82362249cb3a942f1a7acc7590cc52c Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Wed, 26 Jun 2024 15:45:46 -0500 Subject: [PATCH] Move to UBI8 to C8S testing --- .github/workflows/gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gating.yaml b/.github/workflows/gating.yaml index 475b6dec..2f237ffd 100644 --- a/.github/workflows/gating.yaml +++ b/.github/workflows/gating.yaml @@ -29,7 +29,7 @@ jobs: name: Test on CentOS Stream 8 (Container) runs-on: ubuntu-latest container: - image: quay.io/centos/centos:stream8 + image: registry.access.redhat.com/ubi8/ubi:latest steps: - name: Install Deps run: dnf install -y python3 python3-devel python3-setuptools rpm-build