From f6ec397d501d67063d64b85ddbe162123131f773 Mon Sep 17 00:00:00 2001 From: ER Date: Mon, 3 Apr 2023 15:06:54 +0300 Subject: [PATCH] chore: merge yq and image data step --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b37317f..b5f6c90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,10 +40,8 @@ jobs: - name: Checkout Push to Registry action uses: actions/checkout@v3 - - name: Add yq - portable yaml processor - uses: mikefarah/yq@v4.33.2 - - name: Gather image data from recipe + uses: mikefarah/yq@v4.33.2 run: | echo "IMAGE_NAME=$(yq '.name' ./recipe.yml)" >> $GITHUB_ENV