From 2ee2d472d18153fb1a220f4efeabce316f1aa59b Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Thu, 14 Mar 2024 12:11:15 +0200 Subject: [PATCH] Update actions-rootfs-builder.yml: 20240313 meeting results #4 --- .github/workflows/actions-rootfs-builder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions-rootfs-builder.yml b/.github/workflows/actions-rootfs-builder.yml index 5c00871..081793d 100644 --- a/.github/workflows/actions-rootfs-builder.yml +++ b/.github/workflows/actions-rootfs-builder.yml @@ -92,7 +92,8 @@ jobs: # - linux/s390x # - linux/arm64 - image_types: ${{ fromJSON(format('[{0}]', inputs.image_types || '"default", "minimal", "micro", "base", "init"')) }} + image_types: ${{ fromJSON(format('[{0}]', inputs.type_default && 'default', inputs.type_minimal && 'minimal' )) }} + # image_types: ${{ fromJSON(format('[{0}]', inputs.image_types || '"default", "minimal", "micro", "base", "init"')) }} # - default # - minimal # - micro