From b832024703d1f3bd8b2fc6652434aa01f8c8ccf9 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:35:11 +0000 Subject: [PATCH] hard code repo name --- .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 9f664b3..eae9084 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -66,7 +66,7 @@ jobs: - registry_cache:/registry_cache services: dockerregistry: - image: ghcr.io/${{ github.repository_owner }}/docker_cache:latest + image: ghcr.io/jasonn3/docker_cache:latest ports: - 5000:5000 volumes: