From b32ad0fe6dab62dc3e72cb1de9fb8e12c4023b8a Mon Sep 17 00:00:00 2001 From: Tulili Date: Sat, 27 Apr 2024 23:10:12 -0300 Subject: [PATCH] ci: generate recipes n everything as YAML --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2dcd30..a1ce92a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: id: recipe_meta run: | /home/linuxbrew/.linuxbrew/bin/brew install pkl - /home/linuxbrew/.linuxbrew/bin/pkl eval ./generators/main.pkl -m . + /home/linuxbrew/.linuxbrew/bin/pkl eval ./generators/main.pkl -m . -f yaml echo "IMAGE_NAME=$(yq '.name' ./${{matrix.recipe}} )" >> $GITHUB_OUTPUT echo "IMAGE_DESCRIPTION=$(yq '.description' ./${{matrix.recipe}} )" >> $GITHUB_OUTPUT