From b0762c2a938d4382f293fcccc61c5ea07ecaf05f Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:45:56 +0000 Subject: [PATCH] fix image reference --- .github/workflows/iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 51c9700..9c871e4 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -18,7 +18,7 @@ jobs: - registry_cache:/registry_cache services: docker_registry: - image: docker.io/_/registry:2 + image: docker.io/library/registry:2 ports: - 5000:5000 volumes: