mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 22:36:43 +00:00
print meta
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
84ea6053fc
commit
a58523891b
@ -63,7 +63,9 @@ runs:
|
||||
type=semver,pattern={{version}},priority=9999 #1
|
||||
|
||||
- name: echo
|
||||
run: echo "${{ steps.meta.outputs }}"
|
||||
run: |
|
||||
echo "${{ steps.meta.outputs }}" > meta.json
|
||||
cat meta.json
|
||||
shell: bash
|
||||
|
||||
- name: Login to Registry
|
||||
|
||||
Loading…
Reference in New Issue
Block a user