We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ece13 commit af58815Copy full SHA for af58815
.github/workflows/test-salt-linux.yml
@@ -40,7 +40,7 @@ jobs:
40
${{ fromJson('{
41
7: "quay.io/centos/centos:centos7",
42
8: "hub.docker.com/redhat:ubi8",
43
- 9: "quay.io/centos/centos:stream9"
+ 9: "hub.docker.com/redhat:ubi9"
44
}')[inputs.salt-os-version] }}
45
volumes:
46
- /sys/fs/cgroup:/sys/fs/cgroup
0 commit comments