From 5a32b7ce18bb363e0e3b02ddd70123b82fa84580 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:26:47 +0000 Subject: [PATCH] cannot use env var --- .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 a987507..5463678 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -65,7 +65,7 @@ jobs: - registry_cache:/registry_cache services: dockerregistry: - image: ${{ env.IMAGE_REGISTRY }}/docker_cache:latest + image: ghcr.io/${{ github.repository_owner }}/docker_cache:latest ports: - 5000:5000 volumes: