chore: merge yq and image data step
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user