mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-23 00:26:59 +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
|
type=semver,pattern={{version}},priority=9999 #1
|
||||||
|
|
||||||
- name: echo
|
- name: echo
|
||||||
run: echo "${{ steps.meta.outputs }}"
|
run: |
|
||||||
|
echo "${{ steps.meta.outputs }}" > meta.json
|
||||||
|
cat meta.json
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user