From 5947af45da9ea324ab8c52e09142c916791d88e2 Mon Sep 17 00:00:00 2001 From: ER Date: Mon, 3 Apr 2023 15:08:26 +0300 Subject: [PATCH] fix: revert previous commit --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5f6c90..fc014e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,8 +40,10 @@ jobs: - name: Checkout Push to Registry action uses: actions/checkout@v3 - - name: Gather image data from recipe + - name: Add yq for reading recipe.yml uses: mikefarah/yq@v4.33.2 + + - name: Gather image data from recipe run: | echo "IMAGE_NAME=$(yq '.name' ./recipe.yml)" >> $GITHUB_ENV