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