From d9e8d47537ab3d061dc7ba18104046e95fb5601a Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:30:26 -0500 Subject: [PATCH] enable webui --- Makefile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3572674..108eff4 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ IMAGE_TAG = $(VERSION) VARIANT = Server WEB_UI = true REPOS = /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo -ADDITIONAL_TEMPLATES = "" +ADDITIONAL_TEMPLATES = ROOTFS_SIZE = 4 # Generated vars diff --git a/action.yml b/action.yml index 985bd01..980972f 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ inputs: web_ui: description: Enable Anaconda WebUI required: false - default: "false" + default: "true" action_version: description: Version of the action container to run required: true