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