Skip to content

Commit 15cd164

Browse files
committed
1 parent ebd408a commit 15cd164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
image: >-
4040
${{ fromJson('{
4141
7: "quay.io/centos/centos:centos7",
42-
8: "hub.docker.com/redhat:ubi8",
43-
9: "hub.docker.com/redhat:ubi9"
42+
8: "registry.access.redhat.com/ubi8/ubi:latest",
43+
9: "registry.access.redhat.com/ubi9/ubi:latest"
4444
}')[inputs.salt-os-version] }}
4545
volumes:
4646
- /sys/fs/cgroup:/sys/fs/cgroup

0 commit comments

Comments
 (0)