Skip to content

Commit

Permalink
update registry references
Browse files Browse the repository at this point in the history
  • Loading branch information
ferricoxide committed Jun 5, 2024
1 parent ebd408a commit 15cd164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-salt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
image: >-
${{ fromJson('{
7: "quay.io/centos/centos:centos7",
8: "hub.docker.com/redhat:ubi8",
9: "hub.docker.com/redhat:ubi9"
8: "registry.access.redhat.com/ubi8/ubi:latest",
9: "registry.access.redhat.com/ubi9/ubi:latest"
}')[inputs.salt-os-version] }}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
Expand Down

0 comments on commit 15cd164

Please sign in to comment.