Skip to content

Commit

Permalink
Merge pull request #238 from Mab879/use_ubi8
Browse files Browse the repository at this point in the history
Move to UBI8 for C8S testing
  • Loading branch information
Honny1 authored Jun 27, 2024
2 parents a46e16d + 6eadb78 commit 0fa8528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
working-directory: ./tests
run: ./smoke.sh

test-centos-stream-8:
name: Test on CentOS Stream 8 (Container)
test-rhel-8:
name: Test on RHEL 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
Expand Down

0 comments on commit 0fa8528

Please sign in to comment.