mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 23:27:06 +00:00
Update action.yml to extract the first tag from meta.json
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
81a3b1a470
commit
fa80b6522f
@ -64,7 +64,7 @@ runs:
|
|||||||
|
|
||||||
- name: echo
|
- name: echo
|
||||||
run: |
|
run: |
|
||||||
echo "${{ steps.meta.outputs.json }}" > meta.json
|
$(echo '${{ steps.meta.outputs.json }}' | jq -r '.tags[0]') > meta.json
|
||||||
cat meta.json
|
cat meta.json
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user