From 22d15bcdbf091d33c9e47fb53c05dd44d505f0e7 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:27:55 +0000 Subject: [PATCH] reference correct containerfile --- .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 5463678..31c80be 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -29,7 +29,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: containerfiles: | - ./Containerfile + .containers/docker_cache/Containerfile image: docker_cache - name: Lowercase Registry