From 15cd164fb9921005e8032d5921350b61a8af7ee6 Mon Sep 17 00:00:00 2001 From: Thomas H Jones II Date: Wed, 5 Jun 2024 12:04:11 -0400 Subject: [PATCH] update registry references Use the references similar to as described at https://catalog.redhat.com/software/containers/ubi9/ubi/615bcf606feffc5384e8452e?architecture=amd64&image=664f601144727717ac47958f&container-tabs=gti --- .github/workflows/test-salt-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-salt-linux.yml b/.github/workflows/test-salt-linux.yml index 608178e..bbbcb15 100644 --- a/.github/workflows/test-salt-linux.yml +++ b/.github/workflows/test-salt-linux.yml @@ -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