mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 23:27:06 +00:00
Update echo command to include tags in meta.json
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
a4ef33dee3
commit
a24eedd108
@ -64,7 +64,7 @@ runs:
|
|||||||
|
|
||||||
- name: echo
|
- name: echo
|
||||||
run: |
|
run: |
|
||||||
echo "${{ fromJson(steps.meta.outputs.json) }}" > meta.json
|
echo "${{ fromJson(steps.meta.outputs.json).tags }}" > meta.json
|
||||||
cat meta.json
|
cat meta.json
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user