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:
Shakar Bakr 2024-03-03 13:38:50 +03:00
parent 8d7c95e65e
commit 84ea6053fc
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -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: