mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 21:27:05 +00:00
Remove unnecessary echo step and add echo step to display metadata outputs
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
8d7c95e65e
commit
84ea6053fc
@ -43,10 +43,6 @@ runs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: echo
|
||||
run: echo
|
||||
shell: bash
|
||||
|
||||
- id: meta
|
||||
name: Extract Metadata
|
||||
uses: docker/metadata-action@v5
|
||||
@ -66,6 +62,10 @@ runs:
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{version}},priority=9999 #1
|
||||
|
||||
- name: echo
|
||||
run: echo "${{ steps.meta.outputs }}"
|
||||
shell: bash
|
||||
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user