Skip to content

Commit 03ece13

Browse files
committed
Swap COS8 image for UBI8 image
While we're here, add COS9 for EL9-based testing
1 parent f583312 commit 03ece13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-salt-linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
image: >-
4040
${{ fromJson('{
4141
7: "quay.io/centos/centos:centos7",
42-
8: "quay.io/centos/centos:stream8"
42+
8: "hub.docker.com/redhat:ubi8",
43+
9: "quay.io/centos/centos:stream9"
4344
}')[inputs.salt-os-version] }}
4445
volumes:
4546
- /sys/fs/cgroup:/sys/fs/cgroup

0 commit comments

Comments
 (0)