From 450cabe59253dbd70733e3ef430e78f6644d2c7a Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:30:00 +0000 Subject: [PATCH] install from commandline --- .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 1b84a2c..2dc7837 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -42,7 +42,7 @@ jobs: --enablerepo fedora \ --repo /etc/yum.repos.d/fedora-updates.repo \ --enablerepo updates \ - --add-template ${GITHUB_WORKSPACE}/runtime.tmpl \ + -i podman \ ./results/ - name: Upload ISO as Artifact