fix: revert previous commit

This commit is contained in:
ER
2023-04-03 15:08:26 +03:00
parent f6ec397d50
commit 5947af45da

View File

@@ -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