Skip to content

Commit

Permalink
Swap COS8 image for UBI8 image
Browse files Browse the repository at this point in the history
While we're here, add COS9 for EL9-based testing
  • Loading branch information
ferricoxide committed Jun 5, 2024
1 parent f583312 commit 03ece13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-salt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
image: >-
${{ fromJson('{
7: "quay.io/centos/centos:centos7",
8: "quay.io/centos/centos:stream8"
8: "hub.docker.com/redhat:ubi8",
9: "quay.io/centos/centos:stream9"
}')[inputs.salt-os-version] }}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
Expand Down

0 comments on commit 03ece13

Please sign in to comment.