mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 21:27:05 +00:00
Add new step to echo and cat meta.json
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
a77e9ff048
commit
c14b1df2c6
@ -65,6 +65,10 @@ runs:
|
||||
- name: echo
|
||||
run: |
|
||||
echo $(echo '${{ steps.meta.outputs.json }}' | jq -r '.tags[0]') > meta.json
|
||||
shell: bash
|
||||
|
||||
- name: dsad
|
||||
run: |
|
||||
cat meta.json
|
||||
shell: bash
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user